Google Cloud Datastore v1 API - Class GqlQueryParameter (4.4.0)

public sealed class GqlQueryParameter : IMessage<GqlQueryParameter>, IEquatable<GqlQueryParameter>, IDeepCloneable<GqlQueryParameter>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Datastore v1 API class GqlQueryParameter.

A binding parameter for a GQL query.

Inheritance

Object > GqlQueryParameter

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

GqlQueryParameter()

public GqlQueryParameter()

GqlQueryParameter(GqlQueryParameter)

public GqlQueryParameter(GqlQueryParameter other)
Parameter
NameDescription
otherGqlQueryParameter

Properties

Cursor

public ByteString Cursor { get; set; }

A query cursor. Query cursors are returned in query result batches.

Property Value
TypeDescription
ByteString

ParameterTypeCase

public GqlQueryParameter.ParameterTypeOneofCase ParameterTypeCase { get; }
Property Value
TypeDescription
GqlQueryParameter.ParameterTypeOneofCase

Value

public Value Value { get; set; }

A value parameter.

Property Value
TypeDescription
Value