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.



903
904
905
906
# File 'proto_docs/google/firestore/v1/firestore.rb', line 903

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:



903
904
905
906
# File 'proto_docs/google/firestore/v1/firestore.rb', line 903

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



903
904
905
906
# File 'proto_docs/google/firestore/v1/firestore.rb', line 903

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

#read_time::Google::Protobuf::Timestamp

Returns Reads documents as they were at the given time.

This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.

Returns:

  • (::Google::Protobuf::Timestamp)

    Reads documents as they were at the given time.

    This must be a microsecond precision timestamp within the past one hour, or if Point-in-Time Recovery is enabled, can additionally be a whole minute timestamp within the past 7 days.



903
904
905
906
# File 'proto_docs/google/firestore/v1/firestore.rb', line 903

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