Interface EnumOrBuilder

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

public interface EnumOrBuilder extends MessageOrBuilder
  • Method Details Link icon

    • getName Link icon

      String getName()
      string name = 1 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes Link icon

      com.google.protobuf.ByteString getNameBytes()
      string name = 1 [json_name = "name"];
      Returns:
      The bytes for name.
    • getEnumvalueList Link icon

      List<EnumValue> getEnumvalueList()
      repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
    • getEnumvalue Link icon

      EnumValue getEnumvalue(int index)
      repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
    • getEnumvalueCount Link icon

      int getEnumvalueCount()
      repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
    • getEnumvalueOrBuilderList Link icon

      List<? extends EnumValueOrBuilder> getEnumvalueOrBuilderList()
      repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
    • getEnumvalueOrBuilder Link icon

      EnumValueOrBuilder getEnumvalueOrBuilder(int index)
      repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
    • getOptionsList Link icon

      List<Option> getOptionsList()
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
    • getOptions Link icon

      Option getOptions(int index)
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
    • getOptionsCount Link icon

      int getOptionsCount()
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
    • getOptionsOrBuilderList Link icon

      List<? extends OptionOrBuilder> getOptionsOrBuilderList()
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
    • getOptionsOrBuilder Link icon

      OptionOrBuilder getOptionsOrBuilder(int index)
      repeated .google.protobuf.Option options = 3 [json_name = "options"];
    • hasSourceContext Link icon

      boolean hasSourceContext()
      .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      Returns:
      Whether the sourceContext field is set.
    • getSourceContext Link icon

      SourceContext getSourceContext()
      .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
      Returns:
      The sourceContext.
    • getSourceContextOrBuilder Link icon

      SourceContextOrBuilder getSourceContextOrBuilder()
      .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
    • getSyntaxValue Link icon

      int getSyntaxValue()
      .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
      Returns:
      The enum numeric value on the wire for syntax.
    • getSyntax Link icon

      Syntax getSyntax()
      .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
      Returns:
      The syntax.
    • getEdition Link icon

      String getEdition()
      string edition = 6 [json_name = "edition"];
      Returns:
      The edition.
    • getEditionBytes Link icon

      com.google.protobuf.ByteString getEditionBytes()
      string edition = 6 [json_name = "edition"];
      Returns:
      The bytes for edition.