public interface ReportValueOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
com.google.type.DecimalOrBuilder |
|
getIntValue() (deprecated)
public abstract long getIntValue() A value of type int.
int64 int_value = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
com.google.type.MoneyOrBuilder |
|
getStringValue() (deprecated)
public abstract String getStringValue() A value of type string.
string string_value = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The stringValue. |
getStringValueBytes() (deprecated)
public abstract ByteString getStringValueBytes() A value of type string.
string string_value = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stringValue. |
getValueCase() (deprecated)
public abstract ReportValue.ValueCase getValueCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the decimalValue field is set. |
hasIntValue() (deprecated)
public abstract boolean hasIntValue() A value of type int.
int64 int_value = 2;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the moneyValue field is set. |
hasStringValue() (deprecated)
public abstract boolean hasStringValue() A value of type string.
string string_value = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the stringValue field is set. |