Interface IssueGroupStatsOrBuilder (0.6.0)

public interface IssueGroupStatsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDisplayName()

public abstract String getDisplayName()

Database resource level health card name. This will corresponds to one of the requested input group names.

string display_name = 1;

Returns
Type Description
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

Database resource level health card name. This will corresponds to one of the requested input group names.

string display_name = 1;

Returns
Type Description
ByteString

The bytes for displayName.

getHealthyResourceGroupsCount()

public abstract int getHealthyResourceGroupsCount()

The number of resource groups from the total groups as defined above that are healthy with respect to all of the specified issues.

int32 healthy_resource_groups_count = 4;

Returns
Type Description
int

The healthyResourceGroupsCount.

getHealthyResourcesCount()

public abstract int getHealthyResourcesCount()

The number of resources from the total defined above in field total_resources_count that are healthy with respect to all of the specified issues.

int32 healthy_resources_count = 5;

Returns
Type Description
int

The healthyResourcesCount.

getIssueStats(int index)

public abstract IssueStats getIssueStats(int index)

List of issues stats containing count of resources having particular issue category.

repeated .google.cloud.databasecenter.v1beta.IssueStats issue_stats = 6;

Parameter
Name Description
index int
Returns
Type Description
IssueStats

getIssueStatsCount()

public abstract int getIssueStatsCount()

List of issues stats containing count of resources having particular issue category.

repeated .google.cloud.databasecenter.v1beta.IssueStats issue_stats = 6;

Returns
Type Description
int

getIssueStatsList()

public abstract List<IssueStats> getIssueStatsList()

List of issues stats containing count of resources having particular issue category.

repeated .google.cloud.databasecenter.v1beta.IssueStats issue_stats = 6;

Returns
Type Description
List<IssueStats>

getIssueStatsOrBuilder(int index)

public abstract IssueStatsOrBuilder getIssueStatsOrBuilder(int index)

List of issues stats containing count of resources having particular issue category.

repeated .google.cloud.databasecenter.v1beta.IssueStats issue_stats = 6;

Parameter
Name Description
index int
Returns
Type Description
IssueStatsOrBuilder

getIssueStatsOrBuilderList()

public abstract List<? extends IssueStatsOrBuilder> getIssueStatsOrBuilderList()

List of issues stats containing count of resources having particular issue category.

repeated .google.cloud.databasecenter.v1beta.IssueStats issue_stats = 6;

Returns
Type Description
List<? extends com.google.cloud.databasecenter.v1beta.IssueStatsOrBuilder>

getResourceGroupsCount()

public abstract int getResourceGroupsCount()

Total count of the groups of resources returned by the filter that also have one or more resources for which any of the specified issues are applicable.

int32 resource_groups_count = 2;

Returns
Type Description
int

The resourceGroupsCount.

getResourcesCount()

public abstract int getResourcesCount()

Total count of resources returned by the filter for which any of the specified issues are applicable.

int32 resources_count = 3;

Returns
Type Description
int

The resourcesCount.