Interface ChildPartitionsRecord.ChildPartitionOrBuilder (6.62.0)

public static interface ChildPartitionsRecord.ChildPartitionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParentPartitionTokens(int index)

public abstract String getParentPartitionTokens(int index)

Parent partition tokens of this child partition.

repeated string parent_partition_tokens = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
String

The token.

getTokenBytes()

public abstract ByteString getTokenBytes()

Partition token string used to identify the child partition in queries.

string token = 1;

Returns
TypeDescription
ByteString

The bytes for token.