Class: Google::Cloud::Firestore::V1::StructuredPipeline
- Inherits:
-
Object
- Object
- Google::Cloud::Firestore::V1::StructuredPipeline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/firestore/v1/pipeline.rb
Overview
A Firestore query represented as an ordered list of operations / stages.
This is considered the top-level function which plans and executes a query.
It is logically equivalent to query(stages, options), but prevents the
client from having to build a function wrapper.
Defined Under Namespace
Classes: OptionsEntry
Instance Attribute Summary collapse
-
#options ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Firestore::V1::Value}
Optional.
-
#pipeline ⇒ ::Google::Cloud::Firestore::V1::Pipeline
Required.
Instance Attribute Details
#options ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Firestore::V1::Value}
35 36 37 38 39 40 41 42 43 44 45 46 47 |
# File 'proto_docs/google/firestore/v1/pipeline.rb', line 35 class StructuredPipeline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Firestore::V1::Value] class OptionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#pipeline ⇒ ::Google::Cloud::Firestore::V1::Pipeline
35 36 37 38 39 40 41 42 43 44 45 46 47 |
# File 'proto_docs/google/firestore/v1/pipeline.rb', line 35 class StructuredPipeline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Firestore::V1::Value] class OptionsEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |