Reference documentation and code samples for the Google Cloud Capacity Planner V1beta Client class QueryCapacityPlanInsightsRequest.
Request for capacity plan insights.
Generated from protobuf message google.cloud.capacityplanner.v1beta.QueryCapacityPlanInsightsRequest
Namespace
Google \ Cloud \ CapacityPlanner \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource container. Format: projects/{project} |
↳ capacity_plan_filters |
CapacityPlanFilters
Required. The filters to apply to the capacity plan. |
getParent
Required. The parent resource container.
Format: projects/{project}
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The parent resource container.
Format: projects/{project}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCapacityPlanFilters
Required. The filters to apply to the capacity plan.
| Returns | |
|---|---|
| Type | Description |
CapacityPlanFilters|null |
|
hasCapacityPlanFilters
clearCapacityPlanFilters
setCapacityPlanFilters
Required. The filters to apply to the capacity plan.
| Parameter | |
|---|---|
| Name | Description |
var |
CapacityPlanFilters
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The parent resource container. Format: projects/{project} |
capacityPlanFilters |
CapacityPlanFilters
Required. The filters to apply to the capacity plan. |
| Returns | |
|---|---|
| Type | Description |
QueryCapacityPlanInsightsRequest |
|