Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class Value.
Generated from protobuf message google.cloud.capacityplanner.v1beta.Value
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ int64_value
int|string
↳ string_value
string
↳ double_value
float
↳ bool_value
bool
getInt64Value
Generated from protobuf field int64 int64_value = 1;
int|string
hasInt64Value
setInt64Value
Generated from protobuf field int64 int64_value = 1;
var
int|string
$this
getStringValue
Generated from protobuf field string string_value = 2;
string
hasStringValue
setStringValue
Generated from protobuf field string string_value = 2;
var
string
$this
getDoubleValue
Generated from protobuf field double double_value = 3;
float
hasDoubleValue
setDoubleValue
Generated from protobuf field double double_value = 3;
var
float
$this
getBoolValue
Generated from protobuf field bool bool_value = 4;
bool
hasBoolValue
setBoolValue
Generated from protobuf field bool bool_value = 4;
var
bool
$this
getValue
string

