Reference documentation and code samples for the Google Ads Ad Manager V1 Client class Value.
Represents a single value in a report.
Generated from protobuf message google.ads.admanager.v1.Report.Value
Namespace
Google \ Ads \ AdManager \ V1 \ ReportMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ int_value
int|string
For integer values.
↳ double_value
float
For double values.
↳ string_value
string
For string values.
↳ bool_value
bool
For boolean values.
↳ int_list_value
↳ string_list_value
↳ bytes_value
string
For bytes values.
getIntValue
For integer values.
int|string
hasIntValue
setIntValue
For integer values.
var
int|string
$this
getDoubleValue
For double values.
float
hasDoubleValue
setDoubleValue
For double values.
var
float
$this
getStringValue
For string values.
string
hasStringValue
setStringValue
For string values.
var
string
$this
getBoolValue
For boolean values.
bool
hasBoolValue
setBoolValue
For boolean values.
var
bool
$this
getIntListValue
For lists of integer values.
hasIntListValue
setIntListValue
For lists of integer values.
$this
getStringListValue
For lists of string values.
hasStringListValue
setStringListValue
For lists of string values.
$this
getBytesValue
For bytes values.
string
hasBytesValue
setBytesValue
For bytes values.
var
string
$this
getValue
string