- 3.57.0 (latest)
- 3.56.0
- 3.55.0
- 3.53.0
- 3.52.0
- 3.51.0
- 3.50.0
- 3.49.0
- 3.48.0
- 3.47.0
- 3.46.0
- 3.45.0
- 3.44.0
- 3.43.0
- 3.41.0
- 3.40.0
- 3.39.0
- 3.38.0
- 3.37.0
- 3.36.0
- 3.35.0
- 3.34.0
- 3.33.0
- 3.32.0
- 3.31.0
- 3.28.0
- 3.27.0
- 3.26.0
- 3.25.0
- 3.24.0
- 3.23.0
- 3.22.0
- 3.21.0
- 3.20.0
- 3.19.0
- 3.18.0
- 3.17.0
- 3.16.0
- 3.15.0
- 3.14.0
- 3.13.0
- 3.12.0
- 3.11.0
- 3.10.0
- 3.9.0
- 3.8.0
- 3.7.6
- 3.6.1
- 3.5.1
- 3.3.1
public interface ReportValueOrBuilder extends MessageOrBuilder
Implements
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. |