Interface EnumValueOrBuilder

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

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Enum value name.
      com.google.protobuf.ByteString getNameBytes()
      Enum value name.
      int getNumber()
      Enum value number.
      Option getOptions​(int index)
      Protocol buffer options.
      int getOptionsCount()
      Protocol buffer options.
      java.util.List<Option> getOptionsList()
      Protocol buffer options.
      OptionOrBuilder getOptionsOrBuilder​(int index)
      Protocol buffer options.
      java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
      Protocol buffer options.
      • 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

      • getName

        java.lang.String getName()
         Enum value name.
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Enum value name.
         
        string name = 1;
        Returns:
        The bytes for name.
      • getNumber

        int getNumber()
         Enum value number.
         
        int32 number = 2;
        Returns:
        The number.
      • getOptionsList

        java.util.List<Option> getOptionsList()
         Protocol buffer options.
         
        repeated .org.platanios.tensorflow.proto.google.Option options = 3;
      • getOptions

        Option getOptions​(int index)
         Protocol buffer options.
         
        repeated .org.platanios.tensorflow.proto.google.Option options = 3;
      • getOptionsCount

        int getOptionsCount()
         Protocol buffer options.
         
        repeated .org.platanios.tensorflow.proto.google.Option options = 3;
      • getOptionsOrBuilderList

        java.util.List<? extends OptionOrBuilder> getOptionsOrBuilderList()
         Protocol buffer options.
         
        repeated .org.platanios.tensorflow.proto.google.Option options = 3;
      • getOptionsOrBuilder

        OptionOrBuilder getOptionsOrBuilder​(int index)
         Protocol buffer options.
         
        repeated .org.platanios.tensorflow.proto.google.Option options = 3;