Class: Google::Cloud::Datastore::V1::GqlQueryParameter
- Inherits:
-
Object
- Object
- Google::Cloud::Datastore::V1::GqlQueryParameter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/datastore/v1/query.rb
Overview
A binding parameter for a GQL query.
Instance Attribute Summary collapse
-
#cursor ⇒ ::String
A query cursor.
-
#value ⇒ ::Google::Cloud::Datastore::V1::Value
A value parameter.
Instance Attribute Details
#cursor ⇒ ::String
Returns A query cursor. Query cursors are returned in query result batches.
510 511 512 513 |
# File 'proto_docs/google/datastore/v1/query.rb', line 510 class GqlQueryParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#value ⇒ ::Google::Cloud::Datastore::V1::Value
Returns A value parameter.
510 511 512 513 |
# File 'proto_docs/google/datastore/v1/query.rb', line 510 class GqlQueryParameter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |