public final class ReportValue extends GeneratedMessage implements ReportValueOrBuilder
Represents a single value in a report.
Protobuf type google.ads.admanager.v1.ReportValue
Inherited Members
com.google.protobuf.GeneratedMessage.<ContainingT,T>newFileScopedGeneratedExtension(java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ContainingT,T>newMessageScopedGeneratedExtension(com.google.protobuf.Message,int,java.lang.Class<?>,com.google.protobuf.Message)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessage.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessage.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessage.<V>serializeBooleanMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Boolean,V>,com.google.protobuf.MapEntry<java.lang.Boolean,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeIntegerMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Integer,V>,com.google.protobuf.MapEntry<java.lang.Integer,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeLongMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.Long,V>,com.google.protobuf.MapEntry<java.lang.Long,V>,int)
com.google.protobuf.GeneratedMessage.<V>serializeStringMapTo(com.google.protobuf.CodedOutputStream,com.google.protobuf.MapField<java.lang.String,V>,com.google.protobuf.MapEntry<java.lang.String,V>,int)
com.google.protobuf.GeneratedMessage.canUseUnsafe()
com.google.protobuf.GeneratedMessage.emptyBooleanList()
com.google.protobuf.GeneratedMessage.emptyDoubleList()
com.google.protobuf.GeneratedMessage.emptyFloatList()
com.google.protobuf.GeneratedMessage.emptyIntList()
com.google.protobuf.GeneratedMessage.emptyLongList()
com.google.protobuf.GeneratedMessage.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.isStringEmpty(java.lang.Object)
com.google.protobuf.GeneratedMessage.mergeFromAndMakeImmutableInternal(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite)
com.google.protobuf.GeneratedMessage.newInstance(com.google.protobuf.GeneratedMessage.UnusedPrivateParameter)
com.google.protobuf.GeneratedMessage.parseUnknownFieldProto3(com.google.protobuf.CodedInputStream,com.google.protobuf.UnknownFieldSet.Builder,com.google.protobuf.ExtensionRegistryLite,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_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()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReportValue.Builder newBuilder()
newBuilder(ReportValue prototype)
public static ReportValue.Builder newBuilder(ReportValue prototype)
public static ReportValue parseDelimitedFrom(InputStream input)
public static ReportValue parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReportValue parseFrom(byte[] data)
| Parameter |
| Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportValue parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReportValue parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportValue parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportValue parseFrom(CodedInputStream input)
public static ReportValue parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportValue parseFrom(InputStream input)
public static ReportValue parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReportValue parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportValue parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReportValue> 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 ReportValue getDefaultInstanceForType()
getDoubleListValue()
public ReportValue.DoubleList getDoubleListValue()
For lists of double values.
.google.ads.admanager.v1.ReportValue.DoubleList double_list_value = 9;
getDoubleListValueOrBuilder()
public ReportValue.DoubleListOrBuilder getDoubleListValueOrBuilder()
For lists of double values.
.google.ads.admanager.v1.ReportValue.DoubleList double_list_value = 9;
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;
getIntListValueOrBuilder()
public ReportValue.IntListOrBuilder getIntListValueOrBuilder()
For lists of integer values.
.google.ads.admanager.v1.ReportValue.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<ReportValue> getParserForType()
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;
getStringListValueOrBuilder()
public ReportValue.StringListOrBuilder getStringListValueOrBuilder()
For lists of string values.
.google.ads.admanager.v1.ReportValue.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 ReportValue.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.
|
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()
| Returns |
| Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReportValue.Builder newBuilderForType()
newBuilderForType(AbstractMessage.BuilderParent parent)
protected ReportValue.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Overrides
toBuilder()
public ReportValue.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides