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 TypeMethodDescriptiongetValues(int index) Required.com.google.protobuf.ByteStringgetValuesBytes(int index) Required.intRequired.Required.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
-
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
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.
-