Interface SplitPoints.KeyOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SplitPoints.Key,SplitPoints.Key.Builder
- Enclosing class:
- SplitPoints
public static interface SplitPoints.KeyOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ListValueRequired.com.google.protobuf.ListValueOrBuilderRequired.booleanRequired.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
-
hasKeyParts
boolean hasKeyParts()Required. The column values making up the split key.
.google.protobuf.ListValue key_parts = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- Whether the keyParts field is set.
-
getKeyParts
com.google.protobuf.ListValue getKeyParts()Required. The column values making up the split key.
.google.protobuf.ListValue key_parts = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The keyParts.
-
getKeyPartsOrBuilder
com.google.protobuf.ListValueOrBuilder getKeyPartsOrBuilder()Required. The column values making up the split key.
.google.protobuf.ListValue key_parts = 1 [(.google.api.field_behavior) = REQUIRED];
-