Reference documentation and code samples for the Google Cloud Channel V1 Client class Value.
Data type and value of a parameter.
Generated from protobuf message google.cloud.channel.v1.Value
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ int64_value
int|string
Represents an int64 value.
↳ string_value
string
Represents a string value.
↳ double_value
float
Represents a double value.
↳ proto_value
↳ bool_value
bool
Represents a boolean value.
getInt64Value
Represents an int64 value.
int|string
hasInt64Value
setInt64Value
Represents an int64 value.
var
int|string
$this
getStringValue
Represents a string value.
string
hasStringValue
setStringValue
Represents a string value.
var
string
$this
getDoubleValue
Represents a double value.
float
hasDoubleValue
setDoubleValue
Represents a double value.
var
float
$this
getProtoValue
Represents an 'Any' proto value.
hasProtoValue
setProtoValue
Represents an 'Any' proto value.
$this
getBoolValue
Represents a boolean value.
bool
hasBoolValue
setBoolValue
Represents a boolean value.
var
bool
$this
getKind
string