Interface Table.EnumValueOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getLabel()
      optional string label = 2;
      com.google.protobuf.ByteString getLabelBytes()
      optional string label = 2;
      int getValue()
      optional int32 value = 1;
      boolean hasLabel()
      optional string label = 2;
      boolean hasValue()
      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 Detail

      • hasValue

        boolean hasValue()
        optional int32 value = 1;
      • getValue

        int getValue()
        optional int32 value = 1;
      • hasLabel

        boolean hasLabel()
        optional string label = 2;
      • getLabel

        String getLabel()
        optional string label = 2;
      • getLabelBytes

        com.google.protobuf.ByteString getLabelBytes()
        optional string label = 2;