Class: Google::Cloud::Firestore::V1::ListCollectionIdsResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/firestore/v1/firestore.rb

Overview

The response from Firestore.ListCollectionIds.

Instance Attribute Summary collapse

Instance Attribute Details

#collection_ids::Array<::String>

Returns The collection ids.

Returns:

  • (::Array<::String>)

    The collection ids.



916
917
918
919
# File 'proto_docs/google/firestore/v1/firestore.rb', line 916

class ListCollectionIdsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#next_page_token::String

Returns A page token that may be used to continue the list.

Returns:

  • (::String)

    A page token that may be used to continue the list.



916
917
918
919
# File 'proto_docs/google/firestore/v1/firestore.rb', line 916

class ListCollectionIdsResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end