Class ReportValue (0.39.0)

public final class ReportValue extends GeneratedMessageV3 implements ReportValueOrBuilder

Represents a single value in a report.

Protobuf type google.ads.admanager.v1.ReportValue

Static Fields

BOOL_VALUE_FIELD_NUMBER

public static final int BOOL_VALUE_FIELD_NUMBER
Field Value
Type Description
int

BYTES_VALUE_FIELD_NUMBER

public static final int BYTES_VALUE_FIELD_NUMBER
Field Value
Type Description
int

DOUBLE_LIST_VALUE_FIELD_NUMBER

public static final int DOUBLE_LIST_VALUE_FIELD_NUMBER
Field Value
Type Description
int

DOUBLE_VALUE_FIELD_NUMBER

public static final int DOUBLE_VALUE_FIELD_NUMBER
Field Value
Type Description
int

INT_LIST_VALUE_FIELD_NUMBER

public static final int INT_LIST_VALUE_FIELD_NUMBER
Field Value
Type Description
int

INT_VALUE_FIELD_NUMBER

public static final int INT_VALUE_FIELD_NUMBER
Field Value
Type Description
int

STRING_LIST_VALUE_FIELD_NUMBER

public static final int STRING_LIST_VALUE_FIELD_NUMBER
Field Value
Type Description
int

STRING_VALUE_FIELD_NUMBER

public static final int STRING_VALUE_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ReportValue getDefaultInstance()
Returns
Type Description
ReportValue

getDescriptor()

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

newBuilder()

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

newBuilder(ReportValue prototype)

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

parseDelimitedFrom(InputStream input)

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

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

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

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

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

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

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

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

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

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

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

Methods

equals(Object obj)

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

getBoolValue()

public boolean getBoolValue()

For boolean values.

bool bool_value = 4;

Returns
Type Description
boolean

The boolValue.

getBytesValue()

public ByteString getBytesValue()

For bytes values.

bytes bytes_value = 8;

Returns
Type Description
ByteString

The bytesValue.

getDefaultInstanceForType()

public ReportValue getDefaultInstanceForType()
Returns
Type Description
ReportValue

getDoubleListValue()

public ReportValue.DoubleList getDoubleListValue()

For lists of double values.

.google.ads.admanager.v1.ReportValue.DoubleList double_list_value = 9;

Returns
Type Description
ReportValue.DoubleList

The doubleListValue.

getDoubleListValueOrBuilder()

public ReportValue.DoubleListOrBuilder getDoubleListValueOrBuilder()

For lists of double values.

.google.ads.admanager.v1.ReportValue.DoubleList double_list_value = 9;

Returns
Type Description
ReportValue.DoubleListOrBuilder

getDoubleValue()

public double getDoubleValue()

For double values.

double double_value = 2;

Returns
Type Description
double

The doubleValue.

getIntListValue()

public ReportValue.IntList getIntListValue()

For lists of integer values.

.google.ads.admanager.v1.ReportValue.IntList int_list_value = 6;

Returns
Type Description
ReportValue.IntList

The intListValue.

getIntListValueOrBuilder()

public ReportValue.IntListOrBuilder getIntListValueOrBuilder()

For lists of integer values.

.google.ads.admanager.v1.ReportValue.IntList int_list_value = 6;

Returns
Type Description
ReportValue.IntListOrBuilder

getIntValue()

public long getIntValue()

For integer values.

int64 int_value = 1;

Returns
Type Description
long

The intValue.

getParserForType()

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

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getStringListValue()

public ReportValue.StringList getStringListValue()

For lists of string values.

.google.ads.admanager.v1.ReportValue.StringList string_list_value = 7;

Returns
Type Description
ReportValue.StringList

The stringListValue.

getStringListValueOrBuilder()

public ReportValue.StringListOrBuilder getStringListValueOrBuilder()

For lists of string values.

.google.ads.admanager.v1.ReportValue.StringList string_list_value = 7;

Returns
Type Description
ReportValue.StringListOrBuilder

getStringValue()

public String getStringValue()

For string values.

string string_value = 3;

Returns
Type Description
String

The stringValue.

getStringValueBytes()

public ByteString getStringValueBytes()

For string values.

string string_value = 3;

Returns
Type Description
ByteString

The bytes for stringValue.

getValueCase()

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

hasBoolValue()

public boolean hasBoolValue()

For boolean values.

bool bool_value = 4;

Returns
Type Description
boolean

Whether the boolValue field is set.

hasBytesValue()

public boolean hasBytesValue()

For bytes values.

bytes bytes_value = 8;

Returns
Type Description
boolean

Whether the bytesValue field is set.

hasDoubleListValue()

public boolean hasDoubleListValue()

For lists of double values.

.google.ads.admanager.v1.ReportValue.DoubleList double_list_value = 9;

Returns
Type Description
boolean

Whether the doubleListValue field is set.

hasDoubleValue()

public boolean hasDoubleValue()

For double values.

double double_value = 2;

Returns
Type Description
boolean

Whether the doubleValue field is set.

hasIntListValue()

public boolean hasIntListValue()

For lists of integer values.

.google.ads.admanager.v1.ReportValue.IntList int_list_value = 6;

Returns
Type Description
boolean

Whether the intListValue field is set.

hasIntValue()

public boolean hasIntValue()

For integer values.

int64 int_value = 1;

Returns
Type Description
boolean

Whether the intValue field is set.

hasStringListValue()

public boolean hasStringListValue()

For lists of string values.

.google.ads.admanager.v1.ReportValue.StringList string_list_value = 7;

Returns
Type Description
boolean

Whether the stringListValue field is set.

hasStringValue()

public boolean hasStringValue()

For string values.

string string_value = 3;

Returns
Type Description
boolean

Whether the stringValue field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

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

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ReportValue.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ReportValue.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

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

writeTo(CodedOutputStream output)

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