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