public interface AggregateIssueStatsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIssueGroupStats(int index)
public abstract IssueGroupStats getIssueGroupStats(int index)List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
repeated .google.cloud.databasecenter.v1beta.IssueGroupStats issue_group_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IssueGroupStats |
|
getIssueGroupStatsCount()
public abstract int getIssueGroupStatsCount()List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
repeated .google.cloud.databasecenter.v1beta.IssueGroupStats issue_group_stats = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIssueGroupStatsList()
public abstract List<IssueGroupStats> getIssueGroupStatsList()List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
repeated .google.cloud.databasecenter.v1beta.IssueGroupStats issue_group_stats = 1;
| Returns | |
|---|---|
| Type | Description |
List<IssueGroupStats> |
|
getIssueGroupStatsOrBuilder(int index)
public abstract IssueGroupStatsOrBuilder getIssueGroupStatsOrBuilder(int index)List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
repeated .google.cloud.databasecenter.v1beta.IssueGroupStats issue_group_stats = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
IssueGroupStatsOrBuilder |
|
getIssueGroupStatsOrBuilderList()
public abstract List<? extends IssueGroupStatsOrBuilder> getIssueGroupStatsOrBuilderList()List of issue group stats where each group contains stats for resources having a particular combination of relevant issues.
repeated .google.cloud.databasecenter.v1beta.IssueGroupStats issue_group_stats = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.IssueGroupStatsOrBuilder> |
|
getTotalResourceGroupsCount()
public abstract int getTotalResourceGroupsCount()Total count of the resource filtered in based on the user given filter.
int32 total_resource_groups_count = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The totalResourceGroupsCount. |
getTotalResourcesCount()
public abstract int getTotalResourcesCount()Total count of the resources filtered in based on the user given filter.
int32 total_resources_count = 2;
| Returns | |
|---|---|
| Type | Description |
int |
The totalResourcesCount. |
getUnreachable(int index)
public abstract String getUnreachable(int index)Unordered list. List of unreachable regions from where data could not be retrieved.
repeated string unreachable = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The unreachable at the given index. |
getUnreachableBytes(int index)
public abstract ByteString getUnreachableBytes(int index)Unordered list. List of unreachable regions from where data could not be retrieved.
repeated string unreachable = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the unreachable at the given index. |
getUnreachableCount()
public abstract int getUnreachableCount()Unordered list. List of unreachable regions from where data could not be retrieved.
repeated string unreachable = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
int |
The count of unreachable. |
getUnreachableList()
public abstract List<String> getUnreachableList()Unordered list. List of unreachable regions from where data could not be retrieved.
repeated string unreachable = 4 [(.google.api.field_behavior) = UNORDERED_LIST];
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the unreachable. |