Firestore in Datastore mode V1 API - Class Google::Cloud::Datastore::V1::GqlQueryParameter (v1.3.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.