Class DimensionValue.Builder (0.94.0)

public static final class DimensionValue.Builder extends GeneratedMessage.Builder<DimensionValue.Builder> implements DimensionValueOrBuilder

The value of a dimension.

Protobuf type google.analytics.data.v1beta.DimensionValue

Static Methods

getDescriptor()

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

Methods

build()

public DimensionValue build()
Returns
Type Description
DimensionValue

buildPartial()

public DimensionValue buildPartial()
Returns
Type Description
DimensionValue

clear()

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

clearOneValue()

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

clearValue()

public DimensionValue.Builder clearValue()

Value as a string if the dimension type is a string.

string value = 1;

Returns
Type Description
DimensionValue.Builder

This builder for chaining.

getDefaultInstanceForType()

public DimensionValue getDefaultInstanceForType()
Returns
Type Description
DimensionValue

getDescriptorForType()

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

getOneValueCase()

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

getValue()

public String getValue()

Value as a string if the dimension type is a string.

string value = 1;

Returns
Type Description
String

The value.

getValueBytes()

public ByteString getValueBytes()

Value as a string if the dimension type is a string.

string value = 1;

Returns
Type Description
ByteString

The bytes for value.

hasValue()

public boolean hasValue()

Value as a string if the dimension type is a string.

string value = 1;

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(DimensionValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setValue(String value)

public DimensionValue.Builder setValue(String value)

Value as a string if the dimension type is a string.

string value = 1;

Parameter
Name Description
value String

The value to set.

Returns
Type Description
DimensionValue.Builder

This builder for chaining.

setValueBytes(ByteString value)

public DimensionValue.Builder setValueBytes(ByteString value)

Value as a string if the dimension type is a string.

string value = 1;

Parameter
Name Description
value ByteString

The bytes for value to set.

Returns
Type Description
DimensionValue.Builder

This builder for chaining.