Class: Google::Cloud::Firestore::V1::Target::QueryTarget
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::Target::QueryTarget
- 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
-
#parent ⇒ ::String
The parent resource name.
-
#structured_query ⇒ ::Google::Cloud::Firestore::V1::StructuredQuery
A structured query.
Instance Attribute Details
#parent ⇒ ::String
642 643 644 645 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 642 class QueryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#structured_query ⇒ ::Google::Cloud::Firestore::V1::StructuredQuery
642 643 644 645 |
# File 'proto_docs/google/firestore/v1/firestore.rb', line 642 class QueryTarget include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |