All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.signalfx.shaded.google.protobuf.EnumOrBuilder Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/protobuf/type.proto

package com.signalfx.shaded.google.protobuf;

public interface EnumOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.protobuf.Enum)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string name = 1 [json_name = "name"];
   * @return The name.
   */
  java.lang.String getName();
  /**
   * string name = 1 [json_name = "name"];
   * @return The bytes for name.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getNameBytes();

  /**
   * repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
   */
  java.util.List 
      getEnumvalueList();
  /**
   * repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
   */
  com.signalfx.shaded.google.protobuf.EnumValue getEnumvalue(int index);
  /**
   * repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
   */
  int getEnumvalueCount();
  /**
   * repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
   */
  java.util.List 
      getEnumvalueOrBuilderList();
  /**
   * repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
   */
  com.signalfx.shaded.google.protobuf.EnumValueOrBuilder getEnumvalueOrBuilder(
      int index);

  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  java.util.List 
      getOptionsList();
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  com.signalfx.shaded.google.protobuf.Option getOptions(int index);
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  int getOptionsCount();
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  java.util.List 
      getOptionsOrBuilderList();
  /**
   * repeated .google.protobuf.Option options = 3 [json_name = "options"];
   */
  com.signalfx.shaded.google.protobuf.OptionOrBuilder getOptionsOrBuilder(
      int index);

  /**
   * .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
   * @return Whether the sourceContext field is set.
   */
  boolean hasSourceContext();
  /**
   * .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
   * @return The sourceContext.
   */
  com.signalfx.shaded.google.protobuf.SourceContext getSourceContext();
  /**
   * .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
   */
  com.signalfx.shaded.google.protobuf.SourceContextOrBuilder getSourceContextOrBuilder();

  /**
   * .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
   * @return The enum numeric value on the wire for syntax.
   */
  int getSyntaxValue();
  /**
   * .google.protobuf.Syntax syntax = 5 [json_name = "syntax"];
   * @return The syntax.
   */
  com.signalfx.shaded.google.protobuf.Syntax getSyntax();

  /**
   * string edition = 6 [json_name = "edition"];
   * @return The edition.
   */
  java.lang.String getEdition();
  /**
   * string edition = 6 [json_name = "edition"];
   * @return The bytes for edition.
   */
  com.signalfx.shaded.google.protobuf.ByteString
      getEditionBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy