Reference documentation and code samples for the Cloud Datastore V1 Client class GqlQueryParameter.
A binding parameter for a GQL query.
Generated from protobuf message google.datastore.v1.GqlQueryParameter
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ value
↳ cursor
string
A query cursor. Query cursors are returned in query result batches.
getValue
A value parameter.
Generated from protobuf field .google.datastore.v1.Value value = 2;
hasValue
setValue
A value parameter.
Generated from protobuf field .google.datastore.v1.Value value = 2;
$this
getCursor
A query cursor. Query cursors are returned in query result batches.
Generated from protobuf field bytes cursor = 3;
string
hasCursor
setCursor
A query cursor. Query cursors are returned in query result batches.
Generated from protobuf field bytes cursor = 3;
var
string
$this
getParameterType
string