Class: Google::Cloud::Firestore::V1::ListCollectionIdsRequest

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

Overview

The request for Firestore.ListCollectionIds.

Instance Attribute Summary collapse

Instance Attribute Details

#page_size::Integer

Returns The maximum number of results to return.

Returns:

  • (::Integer)

    The maximum number of results to return.



729
730
731
732
# File 'proto_docs/google/firestore/v1/firestore.rb', line 729

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

#page_token::String

Returns A page token. Must be a value from ListCollectionIdsResponse.

Returns:



729
730
731
732
# File 'proto_docs/google/firestore/v1/firestore.rb', line 729

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

#parent::String

Returns Required. The parent document. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents/chatrooms/my-chatroom.

Returns:

  • (::String)

    Required. The parent document. In the format: projects/{project_id}/databases/{database_id}/documents/{document_path}. For example: projects/my-project/databases/my-database/documents/chatrooms/my-chatroom



729
730
731
732
# File 'proto_docs/google/firestore/v1/firestore.rb', line 729

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