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 Type
    Method
    Description
    Parent partition tokens of this child partition.
    com.google.protobuf.ByteString
    Parent partition tokens of this child partition.
    int
    Parent partition tokens of this child partition.
    Parent partition tokens of this child partition.
    Partition token string used to identify the child partition in queries.
    com.google.protobuf.ByteString
    Partition token string used to identify the child partition in queries.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      List<String> 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

      String getParentPartitionTokens(int index)
       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.