
com.google.protobuf.EnumValueOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of protobuf-java Show documentation
Show all versions of protobuf-java Show documentation
Core Protocol Buffers library. Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/type.proto
package com.google.protobuf;
public interface EnumValueOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.EnumValue)
com.google.protobuf.MessageOrBuilder {
/**
* optional string name = 1;
*
*
* Enum value name.
*
*/
java.lang.String getName();
/**
* optional string name = 1;
*
*
* Enum value name.
*
*/
com.google.protobuf.ByteString
getNameBytes();
/**
* optional int32 number = 2;
*
*
* Enum value number.
*
*/
int getNumber();
/**
* repeated .google.protobuf.Option options = 3;
*
*
* Protocol buffer options.
*
*/
java.util.List
getOptionsList();
/**
* repeated .google.protobuf.Option options = 3;
*
*
* Protocol buffer options.
*
*/
com.google.protobuf.Option getOptions(int index);
/**
* repeated .google.protobuf.Option options = 3;
*
*
* Protocol buffer options.
*
*/
int getOptionsCount();
/**
* repeated .google.protobuf.Option options = 3;
*
*
* Protocol buffer options.
*
*/
java.util.List extends com.google.protobuf.OptionOrBuilder>
getOptionsOrBuilderList();
/**
* repeated .google.protobuf.Option options = 3;
*
*
* Protocol buffer options.
*
*/
com.google.protobuf.OptionOrBuilder getOptionsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy