Class MetricValue (0.38.0)

public final class MetricValue extends GeneratedMessageV3 implements MetricValueOrBuilder

The value of a metric.

Protobuf type google.analytics.data.v1beta.MetricValue

Static Fields

VALUE_FIELD_NUMBER

public static final int VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static MetricValue getDefaultInstance()
Returns
TypeDescription
MetricValue

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static MetricValue.Builder newBuilder()
Returns
TypeDescription
MetricValue.Builder

newBuilder(MetricValue prototype)

public static MetricValue.Builder newBuilder(MetricValue prototype)
Parameter
NameDescription
prototypeMetricValue
Returns
TypeDescription
MetricValue.Builder

parseDelimitedFrom(InputStream input)

public static MetricValue parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MetricValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static MetricValue parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static MetricValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static MetricValue parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static MetricValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static MetricValue parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static MetricValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static MetricValue parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static MetricValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static MetricValue parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static MetricValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
MetricValue
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<MetricValue> parser()
Returns
TypeDescription
Parser<MetricValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public MetricValue getDefaultInstanceForType()
Returns
TypeDescription
MetricValue

getOneValueCase()

public MetricValue.OneValueCase getOneValueCase()
Returns
TypeDescription
MetricValue.OneValueCase

getParserForType()

public Parser<MetricValue> getParserForType()
Returns
TypeDescription
Parser<MetricValue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getValue()

public String getValue()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
TypeDescription
String

The value.

getValueBytes()

public ByteString getValueBytes()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
TypeDescription
ByteString

The bytes for value.

hasValue()

public boolean hasValue()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
TypeDescription
boolean

Whether the value field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public MetricValue.Builder newBuilderForType()
Returns
TypeDescription
MetricValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected MetricValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
MetricValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public MetricValue.Builder toBuilder()
Returns
TypeDescription
MetricValue.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides
Exceptions
TypeDescription
IOException