public static interface Report.ValueOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getBoolValue()
public abstract boolean getBoolValue()
For boolean values.
bool bool_value = 4;
Returns | |
---|---|
Type | Description |
boolean |
The boolValue. |
getBytesValue()
public abstract ByteString getBytesValue()
For bytes values.
bytes bytes_value = 8;
Returns | |
---|---|
Type | Description |
ByteString |
The bytesValue. |
getDoubleValue()
public abstract double getDoubleValue()
For double values.
double double_value = 2;
Returns | |
---|---|
Type | Description |
double |
The doubleValue. |
getIntListValue()
public abstract 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 abstract 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 abstract long getIntValue()
For integer values.
int64 int_value = 1;
Returns | |
---|---|
Type | Description |
long |
The intValue. |
getStringListValue()
public abstract 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 abstract 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 abstract String getStringValue()
For string values.
string string_value = 3;
Returns | |
---|---|
Type | Description |
String |
The stringValue. |
getStringValueBytes()
public abstract ByteString getStringValueBytes()
For string values.
string string_value = 3;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for stringValue. |
getValueCase()
public abstract Report.Value.ValueCase getValueCase()
Returns | |
---|---|
Type | Description |
Report.Value.ValueCase |
hasBoolValue()
public abstract boolean hasBoolValue()
For boolean values.
bool bool_value = 4;
Returns | |
---|---|
Type | Description |
boolean |
Whether the boolValue field is set. |
hasBytesValue()
public abstract boolean hasBytesValue()
For bytes values.
bytes bytes_value = 8;
Returns | |
---|---|
Type | Description |
boolean |
Whether the bytesValue field is set. |
hasDoubleValue()
public abstract boolean hasDoubleValue()
For double values.
double double_value = 2;
Returns | |
---|---|
Type | Description |
boolean |
Whether the doubleValue field is set. |
hasIntListValue()
public abstract 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 abstract boolean hasIntValue()
For integer values.
int64 int_value = 1;
Returns | |
---|---|
Type | Description |
boolean |
Whether the intValue field is set. |
hasStringListValue()
public abstract 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 abstract boolean hasStringValue()
For string values.
string string_value = 3;
Returns | |
---|---|
Type | Description |
boolean |
Whether the stringValue field is set. |