Class TypedValue.Builder (0.3.0)

public static final class TypedValue.Builder extends GeneratedMessageV3.Builder<TypedValue.Builder> implements TypedValueOrBuilder

TypedValue represents the value of the metric based on data type.

Protobuf type google.cloud.databasecenter.v1beta.TypedValue

Implements

TypedValueOrBuilder

Static Methods

getDescriptor()

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

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public TypedValue.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TypedValue.Builder
Overrides

build()

public TypedValue build()
Returns
Type Description
TypedValue

buildPartial()

public TypedValue buildPartial()
Returns
Type Description
TypedValue

clear()

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

clearDoubleValue()

public TypedValue.Builder clearDoubleValue()

The value of the metric as double.

double double_value = 1;

Returns
Type Description
TypedValue.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public TypedValue.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
TypedValue.Builder
Overrides

clearInt64Value()

public TypedValue.Builder clearInt64Value()

The value of the metric as int.

int64 int64_value = 2;

Returns
Type Description
TypedValue.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public TypedValue.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
TypedValue.Builder
Overrides

clearValue()

public TypedValue.Builder clearValue()
Returns
Type Description
TypedValue.Builder

clone()

public TypedValue.Builder clone()
Returns
Type Description
TypedValue.Builder
Overrides

getDefaultInstanceForType()

public TypedValue getDefaultInstanceForType()
Returns
Type Description
TypedValue

getDescriptorForType()

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

getDoubleValue()

public double getDoubleValue()

The value of the metric as double.

double double_value = 1;

Returns
Type Description
double

The doubleValue.

getInt64Value()

public long getInt64Value()

The value of the metric as int.

int64 int64_value = 2;

Returns
Type Description
long

The int64Value.

getValueCase()

public TypedValue.ValueCase getValueCase()
Returns
Type Description
TypedValue.ValueCase

hasDoubleValue()

public boolean hasDoubleValue()

The value of the metric as double.

double double_value = 1;

Returns
Type Description
boolean

Whether the doubleValue field is set.

hasInt64Value()

public boolean hasInt64Value()

The value of the metric as int.

int64 int64_value = 2;

Returns
Type Description
boolean

Whether the int64Value field is set.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(TypedValue other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

mergeUnknownFields(UnknownFieldSet unknownFields)

public final TypedValue.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TypedValue.Builder
Overrides

setDoubleValue(double value)

public TypedValue.Builder setDoubleValue(double value)

The value of the metric as double.

double double_value = 1;

Parameter
Name Description
value double

The doubleValue to set.

Returns
Type Description
TypedValue.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public TypedValue.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
TypedValue.Builder
Overrides

setInt64Value(long value)

public TypedValue.Builder setInt64Value(long value)

The value of the metric as int.

int64 int64_value = 2;

Parameter
Name Description
value long

The int64Value to set.

Returns
Type Description
TypedValue.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public TypedValue.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
TypedValue.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final TypedValue.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
TypedValue.Builder
Overrides