public static interface ChildPartitionsRecord.ChildPartitionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getParentPartitionTokens(int index)
public abstract String getParentPartitionTokens(int index)Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The parentPartitionTokens at the given index. |
getParentPartitionTokensBytes(int index)
public abstract ByteString getParentPartitionTokensBytes(int index)Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the parentPartitionTokens at the given index. |
getParentPartitionTokensCount()
public abstract int getParentPartitionTokensCount()Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The count of parentPartitionTokens. |
getParentPartitionTokensList()
public abstract List<String> getParentPartitionTokensList()Parent partition tokens of this child partition.
repeated string parent_partition_tokens = 2;
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the parentPartitionTokens. |
getToken()
public abstract String getToken()Partition token string used to identify the child partition in queries.
string token = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The token. |
getTokenBytes()
public abstract ByteString getTokenBytes()Partition token string used to identify the child partition in queries.
string token = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for token. |