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
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > Report.ValueImplements
Report.ValueOrBuilderStatic 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()
Returns | |
---|---|
Type | Description |
Report.Value |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
newBuilder()
public static Report.Value.Builder newBuilder()
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
newBuilder(Report.Value prototype)
public static Report.Value.Builder newBuilder(Report.Value prototype)
Parameter | |
---|---|
Name | Description |
prototype |
Report.Value |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
parseDelimitedFrom(InputStream input)
public static Report.Value parseDelimitedFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Report.Value parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(byte[] data)
public static Report.Value parseFrom(byte[] data)
Parameter | |
---|---|
Name | Description |
data |
byte[] |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static Report.Value parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
byte[] |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static Report.Value parseFrom(ByteString data)
Parameter | |
---|---|
Name | Description |
data |
ByteString |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static Report.Value parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteString |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static Report.Value parseFrom(CodedInputStream input)
Parameter | |
---|---|
Name | Description |
input |
CodedInputStream |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static Report.Value parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input)
public static Report.Value parseFrom(InputStream input)
Parameter | |
---|---|
Name | Description |
input |
InputStream |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static Report.Value parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
InputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static Report.Value parseFrom(ByteBuffer data)
Parameter | |
---|---|
Name | Description |
data |
ByteBuffer |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Report.Value parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
data |
ByteBuffer |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
Report.Value |
Exceptions | |
---|---|
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<Report.Value> parser()
Returns | |
---|---|
Type | Description |
Parser<Value> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter | |
---|---|
Name | Description |
obj |
Object |
Returns | |
---|---|
Type | Description |
boolean |
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()
Returns | |
---|---|
Type | Description |
Report.Value |
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;
Returns | |
---|---|
Type | Description |
Report.Value.IntList |
The intListValue. |
getIntListValueOrBuilder()
public Report.Value.IntListOrBuilder getIntListValueOrBuilder()
For lists of integer values.
.google.ads.admanager.v1.Report.Value.IntList int_list_value = 6;
Returns | |
---|---|
Type | Description |
Report.Value.IntListOrBuilder |
getIntValue()
public long getIntValue()
For integer values.
int64 int_value = 1;
Returns | |
---|---|
Type | Description |
long |
The intValue. |
getParserForType()
public Parser<Report.Value> getParserForType()
Returns | |
---|---|
Type | Description |
Parser<Value> |
getSerializedSize()
public int getSerializedSize()
Returns | |
---|---|
Type | Description |
int |
getStringListValue()
public Report.Value.StringList getStringListValue()
For lists of string values.
.google.ads.admanager.v1.Report.Value.StringList string_list_value = 7;
Returns | |
---|---|
Type | Description |
Report.Value.StringList |
The stringListValue. |
getStringListValueOrBuilder()
public Report.Value.StringListOrBuilder getStringListValueOrBuilder()
For lists of string values.
.google.ads.admanager.v1.Report.Value.StringList string_list_value = 7;
Returns | |
---|---|
Type | Description |
Report.Value.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 Report.Value.ValueCase getValueCase()
Returns | |
---|---|
Type | Description |
Report.Value.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. |
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()
public int hashCode()
Returns | |
---|---|
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
newBuilderForType()
public Report.Value.Builder newBuilderForType()
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected Report.Value.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter | |
---|---|
Name | Description |
parent |
BuilderParent |
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter | |
---|---|
Name | Description |
unused |
UnusedPrivateParameter |
Returns | |
---|---|
Type | Description |
Object |
toBuilder()
public Report.Value.Builder toBuilder()
Returns | |
---|---|
Type | Description |
Report.Value.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter | |
---|---|
Name | Description |
output |
CodedOutputStream |
Exceptions | |
---|---|
Type | Description |
IOException |