Class NumericValue (0.52.0)

public final class NumericValue extends GeneratedMessageV3 implements NumericValueOrBuilder

To represent a number.

Protobuf type google.analytics.data.v1beta.NumericValue

Static Fields

DOUBLE_VALUE_FIELD_NUMBER

public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

INT64_VALUE_FIELD_NUMBER

public static final int INT64_VALUE_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static NumericValue getDefaultInstance()
Returns
TypeDescription
NumericValue

getDescriptor()

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

newBuilder()

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

newBuilder(NumericValue prototype)

public static NumericValue.Builder newBuilder(NumericValue prototype)
Parameter
NameDescription
prototypeNumericValue
Returns
TypeDescription
NumericValue.Builder

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public NumericValue getDefaultInstanceForType()
Returns
TypeDescription
NumericValue

getDoubleValue()

public double getDoubleValue()

Double value

double double_value = 2;

Returns
TypeDescription
double

The doubleValue.

getInt64Value()

public long getInt64Value()

Integer value

int64 int64_value = 1;

Returns
TypeDescription
long

The int64Value.

getOneValueCase()

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

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

hasDoubleValue()

public boolean hasDoubleValue()

Double value

double double_value = 2;

Returns
TypeDescription
boolean

Whether the doubleValue field is set.

hasInt64Value()

public boolean hasInt64Value()

Integer value

int64 int64_value = 1;

Returns
TypeDescription
boolean

Whether the int64Value 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 NumericValue.Builder newBuilderForType()
Returns
TypeDescription
NumericValue.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

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

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

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

toBuilder()

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

writeTo(CodedOutputStream output)

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