Interface MetastorePartitionValuesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
MetastorePartitionValues, MetastorePartitionValues.Builder

public interface MetastorePartitionValuesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getValues(int index)
    Required.
    com.google.protobuf.ByteString
    getValuesBytes(int index)
    Required.
    int
    Required.
    Required.

    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

    • getValuesList

      List<String> getValuesList()
       Required. The values of the partition keys, where each value corresponds to
       a specific partition key in the order in which the keys are defined.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      A list containing the values.
    • getValuesCount

      int getValuesCount()
       Required. The values of the partition keys, where each value corresponds to
       a specific partition key in the order in which the keys are defined.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The count of values.
    • getValues

      String getValues(int index)
       Required. The values of the partition keys, where each value corresponds to
       a specific partition key in the order in which the keys are defined.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the element to return.
      Returns:
      The values at the given index.
    • getValuesBytes

      com.google.protobuf.ByteString getValuesBytes(int index)
       Required. The values of the partition keys, where each value corresponds to
       a specific partition key in the order in which the keys are defined.
       
      repeated string values = 1 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the values at the given index.