Reference documentation and code samples for the Firestore in Datastore mode V1 API class Google::Cloud::Datastore::V1::GqlQueryParameter.
A binding parameter for a GQL query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cursor
def cursor() -> ::String
-
(::String) — A query cursor. Query cursors are returned in query
result batches.
Note: The following fields are mutually exclusive:
cursor
,value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#cursor=
def cursor=(value) -> ::String
-
value (::String) — A query cursor. Query cursors are returned in query
result batches.
Note: The following fields are mutually exclusive:
cursor
,value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::String) — A query cursor. Query cursors are returned in query
result batches.
Note: The following fields are mutually exclusive:
cursor
,value
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#value
def value() -> ::Google::Cloud::Datastore::V1::Value
-
(::Google::Cloud::Datastore::V1::Value) — A value parameter.
Note: The following fields are mutually exclusive:
value
,cursor
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#value=
def value=(value) -> ::Google::Cloud::Datastore::V1::Value
-
value (::Google::Cloud::Datastore::V1::Value) — A value parameter.
Note: The following fields are mutually exclusive:
value
,cursor
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Datastore::V1::Value) — A value parameter.
Note: The following fields are mutually exclusive:
value
,cursor
. If a field in that set is populated, all other fields in the set will automatically be cleared.