public static interface PartitionedUpdateAction.ExecutePartitionedUpdateOptionsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRpcPriority()
public abstract RequestOptions.Priority getRpcPriority()RPC Priority
optional .google.spanner.v1.RequestOptions.Priority rpc_priority = 1;
| Returns | |
|---|---|
| Type | Description |
RequestOptions.Priority |
The rpcPriority. |
getRpcPriorityValue()
public abstract int getRpcPriorityValue()RPC Priority
optional .google.spanner.v1.RequestOptions.Priority rpc_priority = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for rpcPriority. |
getTag()
public abstract String getTag()Transaction tag
optional string tag = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The tag. |
getTagBytes()
public abstract ByteString getTagBytes()Transaction tag
optional string tag = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tag. |
hasRpcPriority()
public abstract boolean hasRpcPriority()RPC Priority
optional .google.spanner.v1.RequestOptions.Priority rpc_priority = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the rpcPriority field is set. |
hasTag()
public abstract boolean hasTag()Transaction tag
optional string tag = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the tag field is set. |