Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class QueryForecastsResponse.
The QueryForecasts response.
Generated from protobuf message google.cloud.capacityplanner.v1beta.QueryForecastsResponse
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ forecasts |
array<Forecast>
The forecasts that match the request. |
getForecasts
The forecasts that match the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\RepeatedField<Forecast> |
|
setForecasts
The forecasts that match the request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Forecast>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|