Interface Tablespace.TableColumnInfo.EnumValueOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Tablespace.TableColumnInfo.EnumValue, Tablespace.TableColumnInfo.EnumValue.Builder
Enclosing class:
Tablespace.TableColumnInfo

public static interface Tablespace.TableColumnInfo.EnumValueOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    optional string label = 2;
    com.google.protobuf.ByteString
    optional string label = 2;
    int
    optional int32 value = 1;
    boolean
    optional string label = 2;
    boolean
    optional int32 value = 1;

    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

    • hasValue

      boolean hasValue()
      optional int32 value = 1;
      Returns:
      Whether the value field is set.
    • getValue

      int getValue()
      optional int32 value = 1;
      Returns:
      The value.
    • hasLabel

      boolean hasLabel()
      optional string label = 2;
      Returns:
      Whether the label field is set.
    • getLabel

      String getLabel()
      optional string label = 2;
      Returns:
      The label.
    • getLabelBytes

      com.google.protobuf.ByteString getLabelBytes()
      optional string label = 2;
      Returns:
      The bytes for label.