Package com.google.spanner.executor.v1
Interface PartitionedUpdateAction.ExecutePartitionedUpdateOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartitionedUpdateAction.ExecutePartitionedUpdateOptions,PartitionedUpdateAction.ExecutePartitionedUpdateOptions.Builder
- Enclosing class:
- PartitionedUpdateAction
public static interface PartitionedUpdateAction.ExecutePartitionedUpdateOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRpcPriority
boolean hasRpcPriority()RPC Priority
optional .google.spanner.v1.RequestOptions.Priority rpc_priority = 1;- Returns:
- Whether the rpcPriority field is set.
-
getRpcPriorityValue
int getRpcPriorityValue()RPC Priority
optional .google.spanner.v1.RequestOptions.Priority rpc_priority = 1;- Returns:
- The enum numeric value on the wire for rpcPriority.
-
getRpcPriority
RequestOptions.Priority getRpcPriority()RPC Priority
optional .google.spanner.v1.RequestOptions.Priority rpc_priority = 1;- Returns:
- The rpcPriority.
-
hasTag
boolean hasTag()Transaction tag
optional string tag = 2;- Returns:
- Whether the tag field is set.
-
getTag
String getTag()Transaction tag
optional string tag = 2;- Returns:
- The tag.
-
getTagBytes
com.google.protobuf.ByteString getTagBytes()Transaction tag
optional string tag = 2;- Returns:
- The bytes for tag.
-