Reference documentation and code samples for the Google Cloud Database Center V1beta Client class AggregateIssueStatsResponse.
The response message containing one of more group of relevant health issues for database resources.
Generated from protobuf message google.cloud.databasecenter.v1beta.AggregateIssueStatsResponse
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ issue_group_stats |
array<IssueGroupStats>
List of issue group stats where each group contains stats for resources having a particular combination of relevant issues. |
↳ total_resources_count |
int
Total count of the resources filtered in based on the user given filter. |
↳ total_resource_groups_count |
int
Total count of the resource filtered in based on the user given filter. |
↳ unreachable |
array
Unordered list. List of unreachable regions from where data could not be retrieved. |
getIssueGroupStats
List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setIssueGroupStats
List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
| Parameter | |
|---|---|
| Name | Description |
var |
array<IssueGroupStats>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalResourcesCount
Total count of the resources filtered in based on the user given filter.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalResourcesCount
Total count of the resources filtered in based on the user given filter.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getTotalResourceGroupsCount
Total count of the resource filtered in based on the user given filter.
| Returns | |
|---|---|
| Type | Description |
int |
|
setTotalResourceGroupsCount
Total count of the resource filtered in based on the user given filter.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUnreachable
Unordered list. List of unreachable regions from where data could not be retrieved.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUnreachable
Unordered list. List of unreachable regions from where data could not be retrieved.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|