Package com.google.spanner.executor.v1
Interface ChildPartitionsRecord.ChildPartitionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ChildPartitionsRecord.ChildPartition,ChildPartitionsRecord.ChildPartition.Builder
- Enclosing class:
- ChildPartitionsRecord
public static interface ChildPartitionsRecord.ChildPartitionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetParentPartitionTokens(int index) Parent partition tokens of this child partition.com.google.protobuf.ByteStringgetParentPartitionTokensBytes(int index) Parent partition tokens of this child partition.intParent partition tokens of this child partition.Parent partition tokens of this child partition.getToken()Partition token string used to identify the child partition in queries.com.google.protobuf.ByteStringPartition token string used to identify the child partition in queries.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
-
getToken
String getToken()Partition token string used to identify the child partition in queries.
string token = 1;- Returns:
- The token.
-
getTokenBytes
com.google.protobuf.ByteString getTokenBytes()Partition token string used to identify the child partition in queries.
string token = 1;- Returns:
- The bytes for token.
-
getParentPartitionTokensList
Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;- Returns:
- A list containing the parentPartitionTokens.
-
getParentPartitionTokensCount
int getParentPartitionTokensCount()Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;- Returns:
- The count of parentPartitionTokens.
-
getParentPartitionTokens
Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;- Parameters:
index- The index of the element to return.- Returns:
- The parentPartitionTokens at the given index.
-
getParentPartitionTokensBytes
com.google.protobuf.ByteString getParentPartitionTokensBytes(int index) Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the parentPartitionTokens at the given index.
-