Send feedback
Class Report.Value (0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.14.0keyboard_arrow_down
public static final class Report . Value extends GeneratedMessageV3 implements Report . ValueOrBuilder
Represents a single value in a report.
Protobuf type google.ads.admanager.v1.Report.Value
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
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_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 Report . Value getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static Report . Value . Builder newBuilder ()
newBuilder(Report.Value prototype)
public static Report . Value . Builder newBuilder ( Report . Value prototype )
public static Report . Value parseDelimitedFrom ( InputStream input )
public static Report . Value parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static Report . Value parseFrom ( byte [] data )
Parameter
Name
Description
data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Report . Value parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static Report . Value parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Report . Value parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static Report . Value parseFrom ( CodedInputStream input )
public static Report . Value parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static Report . Value parseFrom ( InputStream input )
public static Report . Value parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static Report . Value parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Report . Value parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<Report . Value > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Name
Description
obj
Object
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 Report . Value getDefaultInstanceForType ()
getDoubleValue()
public double getDoubleValue ()
For double values.
double double_value = 2;
Returns
Type
Description
double
The doubleValue.
getIntListValue()
public Report . Value . IntList getIntListValue ()
For lists of integer values.
.google.ads.admanager.v1.Report.Value.IntList int_list_value = 6;
getIntListValueOrBuilder()
public Report . Value . IntListOrBuilder getIntListValueOrBuilder ()
For lists of integer values.
.google.ads.admanager.v1.Report.Value.IntList int_list_value = 6;
getIntValue()
public long getIntValue ()
For integer values.
int64 int_value = 1;
Returns
Type
Description
long
The intValue.
getParserForType()
public Parser<Report . Value > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns
Type
Description
int
Overrides
getStringListValue()
public Report . Value . StringList getStringListValue ()
For lists of string values.
.google.ads.admanager.v1.Report.Value.StringList string_list_value = 7;
getStringListValueOrBuilder()
public Report . Value . StringListOrBuilder getStringListValueOrBuilder ()
For lists of string values.
.google.ads.admanager.v1.Report.Value.StringList string_list_value = 7;
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 Report . Value . ValueCase getValueCase ()
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.
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.Report.Value.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.Report.Value.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()
Returns
Type
Description
int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public Report . Value . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Report . Value . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Returns
Type
Description
Object
Overrides
toBuilder()
public Report . Value . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-17 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-17 UTC."],[[["This page details the `Report.Value` class within the `com.google.ads.admanager.v1` package, representing a single value in a report, and is of the Protobuf type `google.ads.admanager.v1.Report.Value`."],["The `Report.Value` class is part of the Ad Manager API and extends `GeneratedMessageV3`, implementing `Report.ValueOrBuilder`, inheriting many methods for managing data."],["This class offers methods for handling various data types including boolean, bytes, double, integer, and string values, as well as lists of integers and strings, through several static fields and methods."],["The documentation provides a comprehensive reference to static and instance methods for parsing, managing, and retrieving data within a `Report.Value` object, such as `parseFrom`, `getDefaultInstance`, and `getBoolValue`."],["The latest version available for the `Report.Value` class is 0.19.0, with several prior versions down to 0.1.0 also available to navigate to from this webpage."]]],[]]