public static final class Metrics.GaugeResponse extends com.google.protobuf.GeneratedMessageV3 implements Metrics.GaugeResponseOrBuilder
Reponse message containing the gauge name and valueProtobuf type
grpc.testing.GaugeResponse| Modifier and Type | Class and Description |
|---|---|
static class |
Metrics.GaugeResponse.Builder
Reponse message containing the gauge name and value
|
static class |
Metrics.GaugeResponse.ValueCase |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DOUBLE_VALUE_FIELD_NUMBER |
static int |
LONG_VALUE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
STRING_VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static Metrics.GaugeResponse |
getDefaultInstance() |
Metrics.GaugeResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDoubleValue()
double double_value = 3; |
long |
getLongValue()
int64 long_value = 2; |
String |
getName()
string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
string name = 1; |
com.google.protobuf.Parser<Metrics.GaugeResponse> |
getParserForType() |
int |
getSerializedSize() |
String |
getStringValue()
string string_value = 4; |
com.google.protobuf.ByteString |
getStringValueBytes()
string string_value = 4; |
Metrics.GaugeResponse.ValueCase |
getValueCase() |
boolean |
hasDoubleValue()
double double_value = 3; |
int |
hashCode() |
boolean |
hasLongValue()
int64 long_value = 2; |
boolean |
hasStringValue()
string string_value = 4; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Metrics.GaugeResponse.Builder |
newBuilder() |
static Metrics.GaugeResponse.Builder |
newBuilder(Metrics.GaugeResponse prototype) |
Metrics.GaugeResponse.Builder |
newBuilderForType() |
protected Metrics.GaugeResponse.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Metrics.GaugeResponse |
parseDelimitedFrom(InputStream input) |
static Metrics.GaugeResponse |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
parseFrom(byte[] data) |
static Metrics.GaugeResponse |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
parseFrom(ByteBuffer data) |
static Metrics.GaugeResponse |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
parseFrom(com.google.protobuf.ByteString data) |
static Metrics.GaugeResponse |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Metrics.GaugeResponse |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Metrics.GaugeResponse |
parseFrom(InputStream input) |
static Metrics.GaugeResponse |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Metrics.GaugeResponse> |
parser() |
Metrics.GaugeResponse.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int LONG_VALUE_FIELD_NUMBER
public static final int DOUBLE_VALUE_FIELD_NUMBER
public static final int STRING_VALUE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public Metrics.GaugeResponse.ValueCase getValueCase()
getValueCase in interface Metrics.GaugeResponseOrBuilderpublic String getName()
string name = 1;getName in interface Metrics.GaugeResponseOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
string name = 1;getNameBytes in interface Metrics.GaugeResponseOrBuilderpublic boolean hasLongValue()
int64 long_value = 2;hasLongValue in interface Metrics.GaugeResponseOrBuilderpublic long getLongValue()
int64 long_value = 2;getLongValue in interface Metrics.GaugeResponseOrBuilderpublic boolean hasDoubleValue()
double double_value = 3;hasDoubleValue in interface Metrics.GaugeResponseOrBuilderpublic double getDoubleValue()
double double_value = 3;getDoubleValue in interface Metrics.GaugeResponseOrBuilderpublic boolean hasStringValue()
string string_value = 4;hasStringValue in interface Metrics.GaugeResponseOrBuilderpublic String getStringValue()
string string_value = 4;getStringValue in interface Metrics.GaugeResponseOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
string string_value = 4;getStringValueBytes in interface Metrics.GaugeResponseOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Metrics.GaugeResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metrics.GaugeResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metrics.GaugeResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metrics.GaugeResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metrics.GaugeResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metrics.GaugeResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Metrics.GaugeResponse parseFrom(InputStream input) throws IOException
IOExceptionpublic static Metrics.GaugeResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Metrics.GaugeResponse parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Metrics.GaugeResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Metrics.GaugeResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Metrics.GaugeResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Metrics.GaugeResponse.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Metrics.GaugeResponse.Builder newBuilder()
public static Metrics.GaugeResponse.Builder newBuilder(Metrics.GaugeResponse prototype)
public Metrics.GaugeResponse.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Metrics.GaugeResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Metrics.GaugeResponse getDefaultInstance()
public static com.google.protobuf.Parser<Metrics.GaugeResponse> parser()
public com.google.protobuf.Parser<Metrics.GaugeResponse> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Metrics.GaugeResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder