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 Type
    Method
    Description
    com.google.protobuf.ListValue
    Required.
    com.google.protobuf.ListValueOrBuilder
    Required.
    boolean
    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

    • 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];