Class: Google::Cloud::Datastore::V1::GqlQueryParameter

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#cursor::String

Returns 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.



605
606
607
608
# File 'proto_docs/google/datastore/v1/query.rb', line 605

class GqlQueryParameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value::Google::Cloud::Datastore::V1::Value

Returns 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.



605
606
607
608
# File 'proto_docs/google/datastore/v1/query.rb', line 605

class GqlQueryParameter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end