com.alibaba.nacos.shaded.com.google.protobuf.EnumOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/type.proto
package com.alibaba.nacos.shaded.com.google.protobuf;
public interface EnumOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Enum)
com.alibaba.nacos.shaded.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.alibaba.nacos.shaded.com.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.alibaba.nacos.shaded.com.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 extends com.alibaba.nacos.shaded.com.google.protobuf.EnumValueOrBuilder>
getEnumvalueOrBuilderList();
/**
* repeated .google.protobuf.EnumValue enumvalue = 2 [json_name = "enumvalue"];
*/
com.alibaba.nacos.shaded.com.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.alibaba.nacos.shaded.com.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 extends com.alibaba.nacos.shaded.com.google.protobuf.OptionOrBuilder>
getOptionsOrBuilderList();
/**
* repeated .google.protobuf.Option options = 3 [json_name = "options"];
*/
com.alibaba.nacos.shaded.com.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.alibaba.nacos.shaded.com.google.protobuf.SourceContext getSourceContext();
/**
* .google.protobuf.SourceContext source_context = 4 [json_name = "sourceContext"];
*/
com.alibaba.nacos.shaded.com.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.alibaba.nacos.shaded.com.google.protobuf.Syntax getSyntax();
}