Interface QueryAction.ParameterOrBuilder (6.62.0)

public static interface QueryAction.ParameterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Name of the parameter (with no leading @).

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Name of the parameter (with no leading @).

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getType()

public abstract Type getType()

Type of the parameter.

.google.spanner.v1.Type type = 2;

Returns
TypeDescription
Type

The type.

getTypeOrBuilder()

public abstract TypeOrBuilder getTypeOrBuilder()

Type of the parameter.

.google.spanner.v1.Type type = 2;

Returns
TypeDescription
TypeOrBuilder

getValue()

public abstract Value getValue()

Value of the parameter.

.google.spanner.executor.v1.Value value = 3;

Returns
TypeDescription
Value

The value.

getValueOrBuilder()

public abstract ValueOrBuilder getValueOrBuilder()

Value of the parameter.

.google.spanner.executor.v1.Value value = 3;

Returns
TypeDescription
ValueOrBuilder

hasType()

public abstract boolean hasType()

Type of the parameter.

.google.spanner.v1.Type type = 2;

Returns
TypeDescription
boolean

Whether the type field is set.

hasValue()

public abstract boolean hasValue()

Value of the parameter.

.google.spanner.executor.v1.Value value = 3;

Returns
TypeDescription
boolean

Whether the value field is set.