public static interface QueryAction.ParameterOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Name of the parameter (with no leading @).
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Name of the parameter (with no leading @).
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getType()
public abstract Type getType()
Type of the parameter.
.google.spanner.v1.Type type = 2;
Returns | |
---|---|
Type | Description |
Type |
The type. |
getTypeOrBuilder()
public abstract TypeOrBuilder getTypeOrBuilder()
Type of the parameter.
.google.spanner.v1.Type type = 2;
Returns | |
---|---|
Type | Description |
TypeOrBuilder |
getValue()
public abstract Value getValue()
Value of the parameter.
.google.spanner.executor.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
Value |
The value. |
getValueOrBuilder()
public abstract ValueOrBuilder getValueOrBuilder()
Value of the parameter.
.google.spanner.executor.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
ValueOrBuilder |
hasType()
public abstract boolean hasType()
Type of the parameter.
.google.spanner.v1.Type type = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the type field is set. |
hasValue()
public abstract boolean hasValue()
Value of the parameter.
.google.spanner.executor.v1.Value value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |