Class: Google::Cloud::Firestore::V1::Target::QueryTarget

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

Overview

A target specified by a query.

Instance Attribute Summary collapse

Instance Attribute Details

#parent::String

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

Returns:

  • (::String)

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



643
644
645
646
# File 'proto_docs/google/firestore/v1/firestore.rb', line 643

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

#structured_query::Google::Cloud::Firestore::V1::StructuredQuery

Returns A structured query.

Returns:



643
644
645
646
# File 'proto_docs/google/firestore/v1/firestore.rb', line 643

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