
com.github.os72.protobuf351.EnumOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of signalfx-java Show documentation
Show all versions of signalfx-java Show documentation
Bare minimum core library needed to sending metrics to SignalFx from Java clients
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/protobuf/type.proto
package com.github.os72.protobuf351;
public interface EnumOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.protobuf.Enum)
com.github.os72.protobuf351.MessageOrBuilder {
/**
*
* Enum type name.
*
*
* string name = 1;
*/
java.lang.String getName();
/**
*
* Enum type name.
*
*
* string name = 1;
*/
com.github.os72.protobuf351.ByteString
getNameBytes();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
java.util.List
getEnumvalueList();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
com.github.os72.protobuf351.EnumValue getEnumvalue(int index);
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
int getEnumvalueCount();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
java.util.List extends com.github.os72.protobuf351.EnumValueOrBuilder>
getEnumvalueOrBuilderList();
/**
*
* Enum value definitions.
*
*
* repeated .google.protobuf.EnumValue enumvalue = 2;
*/
com.github.os72.protobuf351.EnumValueOrBuilder getEnumvalueOrBuilder(
int index);
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
java.util.List
getOptionsList();
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
com.github.os72.protobuf351.Option getOptions(int index);
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
int getOptionsCount();
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
java.util.List extends com.github.os72.protobuf351.OptionOrBuilder>
getOptionsOrBuilderList();
/**
*
* Protocol buffer options.
*
*
* repeated .google.protobuf.Option options = 3;
*/
com.github.os72.protobuf351.OptionOrBuilder getOptionsOrBuilder(
int index);
/**
*
* The source context.
*
*
* .google.protobuf.SourceContext source_context = 4;
*/
boolean hasSourceContext();
/**
*
* The source context.
*
*
* .google.protobuf.SourceContext source_context = 4;
*/
com.github.os72.protobuf351.SourceContext getSourceContext();
/**
*
* The source context.
*
*
* .google.protobuf.SourceContext source_context = 4;
*/
com.github.os72.protobuf351.SourceContextOrBuilder getSourceContextOrBuilder();
/**
*
* The source syntax.
*
*
* .google.protobuf.Syntax syntax = 5;
*/
int getSyntaxValue();
/**
*
* The source syntax.
*
*
* .google.protobuf.Syntax syntax = 5;
*/
com.github.os72.protobuf351.Syntax getSyntax();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy