Class MetricValue.Builder (0.94.0)

public static final class MetricValue.Builder extends GeneratedMessage.Builder<MetricValue.Builder> implements MetricValueOrBuilder

The value of a metric.

Protobuf type google.analytics.data.v1alpha.MetricValue

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public MetricValue build()
Returns
Type Description
MetricValue

buildPartial()

public MetricValue buildPartial()
Returns
Type Description
MetricValue

clear()

public MetricValue.Builder clear()
Returns
Type Description
MetricValue.Builder
Overrides

clearOneValue()

public MetricValue.Builder clearOneValue()
Returns
Type Description
MetricValue.Builder

clearValue()

public MetricValue.Builder clearValue()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
Type Description
MetricValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public MetricValue getDefaultInstanceForType()
Returns
Type Description
MetricValue

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getOneValueCase()

public MetricValue.OneValueCase getOneValueCase()
Returns
Type Description
MetricValue.OneValueCase

getValue()

public String getValue()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
Type Description
ByteString

The bytes for value.

hasValue()

public boolean hasValue()

Measurement value. See MetricHeader for type.

string value = 4;

Returns
Type Description
boolean

Whether the value field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(MetricValue other)

public MetricValue.Builder mergeFrom(MetricValue other)
Parameter
Name Description
other MetricValue
Returns
Type Description
MetricValue.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public MetricValue.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
MetricValue.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public MetricValue.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
MetricValue.Builder
Overrides

setValue(String value)

public MetricValue.Builder setValue(String value)

Measurement value. See MetricHeader for type.

string value = 4;

Parameter
Name Description
value String

The value to set.

Returns
Type Description
MetricValue.Builder

This builder for chaining.

setValueBytes(ByteString value)

public MetricValue.Builder setValueBytes(ByteString value)

Measurement value. See MetricHeader for type.

string value = 4;

Parameter
Name Description
value ByteString

The bytes for value to set.

Returns
Type Description
MetricValue.Builder

This builder for chaining.