Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class DemandValues.
The capacity demand values for a resource.
Generated from protobuf message google.cloud.capacityplanner.v1beta.DemandValues
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ values |
array<DemandValue>
Required. The demand values. |
getValues
Required. The demand values.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setValues
Required. The demand values.
| Parameter | |
|---|---|
| Name | Description |
var |
array<DemandValue>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|