Class TypedValue (0.6.0)

public final class TypedValue extends GeneratedMessage implements TypedValueOrBuilder

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

Protobuf type google.cloud.databasecenter.v1beta.TypedValue

Implements

TypedValueOrBuilder

Static Fields

DOUBLE_VALUE_FIELD_NUMBER

public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
Type Description
int

INT64_VALUE_FIELD_NUMBER

public static final int INT64_VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static TypedValue getDefaultInstance()
Returns
Type Description
TypedValue

getDescriptor()

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

newBuilder()

public static TypedValue.Builder newBuilder()
Returns
Type Description
TypedValue.Builder

newBuilder(TypedValue prototype)

public static TypedValue.Builder newBuilder(TypedValue prototype)
Parameter
Name Description
prototype TypedValue
Returns
Type Description
TypedValue.Builder

parseDelimitedFrom(InputStream input)

public static TypedValue parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TypedValue
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TypedValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TypedValue
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static TypedValue parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static TypedValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static TypedValue parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static TypedValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static TypedValue parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
TypedValue
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static TypedValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TypedValue
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static TypedValue parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
TypedValue
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static TypedValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TypedValue
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static TypedValue parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static TypedValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
TypedValue
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<TypedValue> parser()
Returns
Type Description
Parser<TypedValue>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getDefaultInstanceForType()

public TypedValue getDefaultInstanceForType()
Returns
Type Description
TypedValue

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.

getParserForType()

public Parser<TypedValue> getParserForType()
Returns
Type Description
Parser<TypedValue>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

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.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(AbstractMessage.BuilderParent parent)

protected TypedValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
TypedValue.Builder
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException