Interface ReportValueOrBuilder (0.39.0)

public interface ReportValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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.

getDoubleListValue()

public abstract 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 abstract 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 abstract double getDoubleValue()

For double values.

double double_value = 2;

Returns
Type Description
double

The doubleValue.

getIntListValue()

public abstract 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 abstract 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 abstract long getIntValue()

For integer values.

int64 int_value = 1;

Returns
Type Description
long

The intValue.

getStringListValue()

public abstract 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 abstract 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 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 ReportValue.ValueCase getValueCase()
Returns
Type Description
ReportValue.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.

hasDoubleListValue()

public abstract 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 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.ReportValue.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.ReportValue.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.