Reference documentation and code samples for the Google Cloud Channel V1 Client class ReportValue.
A single report value.
Generated from protobuf message google.cloud.channel.v1.ReportValue
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ string_value
string
A value of type string
.
↳ int_value
int|string
A value of type int
.
↳ decimal_value
↳ money_value
↳ date_value
↳ date_time_value
Google\Type\DateTime
A value of type google.type.DateTime
(year, month, day, hour, minute, second, and UTC offset or timezone.)
getStringValue
A value of type string
.
string
hasStringValue
setStringValue
A value of type string
.
var
string
$this
getIntValue
A value of type int
.
int|string
hasIntValue
setIntValue
A value of type int
.
var
int|string
$this
getDecimalValue
A value of type google.type.Decimal
, representing non-integer numeric
values.
hasDecimalValue
setDecimalValue
A value of type google.type.Decimal
, representing non-integer numeric
values.
$this
getMoneyValue
A value of type google.type.Money
(currency code, whole units, decimal
units).
hasMoneyValue
setMoneyValue
A value of type google.type.Money
(currency code, whole units, decimal
units).
$this
getDateValue
A value of type google.type.Date
(year, month, day).
hasDateValue
setDateValue
A value of type google.type.Date
(year, month, day).
$this
getDateTimeValue
A value of type google.type.DateTime
(year, month, day, hour, minute,
second, and UTC offset or timezone.)
hasDateTimeValue
setDateTimeValue
A value of type google.type.DateTime
(year, month, day, hour, minute,
second, and UTC offset or timezone.)
$this
getValue
string