Interface ReportValueOrBuilder (3.41.0)

public interface ReportValueOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDateTimeValue() (deprecated)

public abstract DateTime getDateTimeValue()

A value of type google.type.DateTime (year, month, day, hour, minute, second, and UTC offset or timezone.)

.google.type.DateTime date_time_value = 6;

Returns
TypeDescription
com.google.type.DateTime

The dateTimeValue.

getDateTimeValueOrBuilder() (deprecated)

public abstract DateTimeOrBuilder getDateTimeValueOrBuilder()

A value of type google.type.DateTime (year, month, day, hour, minute, second, and UTC offset or timezone.)

.google.type.DateTime date_time_value = 6;

Returns
TypeDescription
com.google.type.DateTimeOrBuilder

getDateValue() (deprecated)

public abstract Date getDateValue()

A value of type google.type.Date (year, month, day).

.google.type.Date date_value = 5;

Returns
TypeDescription
com.google.type.Date

The dateValue.

getDateValueOrBuilder() (deprecated)

public abstract DateOrBuilder getDateValueOrBuilder()

A value of type google.type.Date (year, month, day).

.google.type.Date date_value = 5;

Returns
TypeDescription
com.google.type.DateOrBuilder

getDecimalValue() (deprecated)

public abstract Decimal getDecimalValue()

A value of type google.type.Decimal, representing non-integer numeric values.

.google.type.Decimal decimal_value = 3;

Returns
TypeDescription
com.google.type.Decimal

The decimalValue.

getDecimalValueOrBuilder() (deprecated)

public abstract DecimalOrBuilder getDecimalValueOrBuilder()

A value of type google.type.Decimal, representing non-integer numeric values.

.google.type.Decimal decimal_value = 3;

Returns
TypeDescription
com.google.type.DecimalOrBuilder

getIntValue() (deprecated)

public abstract long getIntValue()

A value of type int.

int64 int_value = 2;

Returns
TypeDescription
long

The intValue.

getMoneyValue() (deprecated)

public abstract Money getMoneyValue()

A value of type google.type.Money (currency code, whole units, decimal units).

.google.type.Money money_value = 4;

Returns
TypeDescription
com.google.type.Money

The moneyValue.

getMoneyValueOrBuilder() (deprecated)

public abstract MoneyOrBuilder getMoneyValueOrBuilder()

A value of type google.type.Money (currency code, whole units, decimal units).

.google.type.Money money_value = 4;

Returns
TypeDescription
com.google.type.MoneyOrBuilder

getStringValue() (deprecated)

public abstract String getStringValue()

A value of type string.

string string_value = 1;

Returns
TypeDescription
String

The stringValue.

getStringValueBytes() (deprecated)

public abstract ByteString getStringValueBytes()

A value of type string.

string string_value = 1;

Returns
TypeDescription
ByteString

The bytes for stringValue.

getValueCase() (deprecated)

public abstract ReportValue.ValueCase getValueCase()
Returns
TypeDescription
ReportValue.ValueCase

hasDateTimeValue() (deprecated)

public abstract boolean hasDateTimeValue()

A value of type google.type.DateTime (year, month, day, hour, minute, second, and UTC offset or timezone.)

.google.type.DateTime date_time_value = 6;

Returns
TypeDescription
boolean

Whether the dateTimeValue field is set.

hasDateValue() (deprecated)

public abstract boolean hasDateValue()

A value of type google.type.Date (year, month, day).

.google.type.Date date_value = 5;

Returns
TypeDescription
boolean

Whether the dateValue field is set.

hasDecimalValue() (deprecated)

public abstract boolean hasDecimalValue()

A value of type google.type.Decimal, representing non-integer numeric values.

.google.type.Decimal decimal_value = 3;

Returns
TypeDescription
boolean

Whether the decimalValue field is set.

hasIntValue() (deprecated)

public abstract boolean hasIntValue()

A value of type int.

int64 int_value = 2;

Returns
TypeDescription
boolean

Whether the intValue field is set.

hasMoneyValue() (deprecated)

public abstract boolean hasMoneyValue()

A value of type google.type.Money (currency code, whole units, decimal units).

.google.type.Money money_value = 4;

Returns
TypeDescription
boolean

Whether the moneyValue field is set.

hasStringValue() (deprecated)

public abstract boolean hasStringValue()

A value of type string.

string string_value = 1;

Returns
TypeDescription
boolean

Whether the stringValue field is set.