public static final class BatchReport.Measure extends com.google.protobuf.GeneratedMessage implements BatchReport.MeasureOrBuilder
Measure| Modifier and Type | Class and Description |
|---|---|
static class |
BatchReport.Measure.Builder
Protobuf type
Measure |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
BOOLEAN_VALUE_FIELD_NUMBER |
static int |
DOUBLE_VALUE_FIELD_NUMBER |
static int |
INT_VALUE_FIELD_NUMBER |
static int |
LONG_VALUE_FIELD_NUMBER |
static int |
METRIC_KEY_FIELD_NUMBER |
static com.google.protobuf.Parser<BatchReport.Measure> |
PARSER |
static int |
STRING_VALUE_FIELD_NUMBER |
static int |
VALUE_TYPE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBooleanValue()
optional bool boolean_value = 2; |
static BatchReport.Measure |
getDefaultInstance() |
BatchReport.Measure |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
double |
getDoubleValue()
optional double double_value = 5; |
int |
getIntValue()
optional int32 int_value = 3; |
long |
getLongValue()
optional int64 long_value = 4; |
String |
getMetricKey()
optional string metric_key = 7; |
com.google.protobuf.ByteString |
getMetricKeyBytes()
optional string metric_key = 7; |
com.google.protobuf.Parser<BatchReport.Measure> |
getParserForType() |
int |
getSerializedSize() |
String |
getStringValue()
optional string string_value = 6; |
com.google.protobuf.ByteString |
getStringValueBytes()
optional string string_value = 6; |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
Constants.MeasureValueType |
getValueType()
optional .MeasureValueType value_type = 1; |
boolean |
hasBooleanValue()
optional bool boolean_value = 2; |
boolean |
hasDoubleValue()
optional double double_value = 5; |
boolean |
hasIntValue()
optional int32 int_value = 3; |
boolean |
hasLongValue()
optional int64 long_value = 4; |
boolean |
hasMetricKey()
optional string metric_key = 7; |
boolean |
hasStringValue()
optional string string_value = 6; |
boolean |
hasValueType()
optional .MeasureValueType value_type = 1; |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BatchReport.Measure.Builder |
newBuilder() |
static BatchReport.Measure.Builder |
newBuilder(BatchReport.Measure prototype) |
BatchReport.Measure.Builder |
newBuilderForType() |
protected BatchReport.Measure.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static BatchReport.Measure |
parseDelimitedFrom(InputStream input) |
static BatchReport.Measure |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Measure |
parseFrom(byte[] data) |
static BatchReport.Measure |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Measure |
parseFrom(com.google.protobuf.ByteString data) |
static BatchReport.Measure |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Measure |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BatchReport.Measure |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BatchReport.Measure |
parseFrom(InputStream input) |
static BatchReport.Measure |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
BatchReport.Measure.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField, writeReplace, writeString, writeStringNoTagequals, findInitializationErrors, getInitializationErrorString, hashCode, hashFields, toStringaddAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int VALUE_TYPE_FIELD_NUMBER
public static final int BOOLEAN_VALUE_FIELD_NUMBER
public static final int INT_VALUE_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
public static final int METRIC_KEY_FIELD_NUMBER
public static final com.google.protobuf.Parser<BatchReport.Measure> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic boolean hasValueType()
optional .MeasureValueType value_type = 1;hasValueType in interface BatchReport.MeasureOrBuilderpublic Constants.MeasureValueType getValueType()
optional .MeasureValueType value_type = 1;getValueType in interface BatchReport.MeasureOrBuilderpublic boolean hasBooleanValue()
optional bool boolean_value = 2;
all values may be unset for "new_xxx" measures (only variations are populated)
hasBooleanValue in interface BatchReport.MeasureOrBuilderpublic boolean getBooleanValue()
optional bool boolean_value = 2;
all values may be unset for "new_xxx" measures (only variations are populated)
getBooleanValue in interface BatchReport.MeasureOrBuilderpublic boolean hasIntValue()
optional int32 int_value = 3;hasIntValue in interface BatchReport.MeasureOrBuilderpublic int getIntValue()
optional int32 int_value = 3;getIntValue in interface BatchReport.MeasureOrBuilderpublic boolean hasLongValue()
optional int64 long_value = 4;hasLongValue in interface BatchReport.MeasureOrBuilderpublic long getLongValue()
optional int64 long_value = 4;getLongValue in interface BatchReport.MeasureOrBuilderpublic boolean hasDoubleValue()
optional double double_value = 5;hasDoubleValue in interface BatchReport.MeasureOrBuilderpublic double getDoubleValue()
optional double double_value = 5;getDoubleValue in interface BatchReport.MeasureOrBuilderpublic boolean hasStringValue()
optional string string_value = 6;hasStringValue in interface BatchReport.MeasureOrBuilderpublic String getStringValue()
optional string string_value = 6;getStringValue in interface BatchReport.MeasureOrBuilderpublic com.google.protobuf.ByteString getStringValueBytes()
optional string string_value = 6;getStringValueBytes in interface BatchReport.MeasureOrBuilderpublic boolean hasMetricKey()
optional string metric_key = 7;hasMetricKey in interface BatchReport.MeasureOrBuilderpublic String getMetricKey()
optional string metric_key = 7;getMetricKey in interface BatchReport.MeasureOrBuilderpublic com.google.protobuf.ByteString getMetricKeyBytes()
optional string metric_key = 7;getMetricKeyBytes in interface BatchReport.MeasureOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Measure parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Measure parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Measure parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Measure parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BatchReport.Measure parseFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Measure parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Measure parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BatchReport.Measure parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BatchReport.Measure parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BatchReport.Measure parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BatchReport.Measure.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BatchReport.Measure.Builder newBuilder()
public static BatchReport.Measure.Builder newBuilder(BatchReport.Measure prototype)
public BatchReport.Measure.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BatchReport.Measure.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessagepublic static BatchReport.Measure getDefaultInstance()
public com.google.protobuf.Parser<BatchReport.Measure> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic BatchReport.Measure getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2009–2015 SonarSource. All rights reserved.