Interface DatabaseResourceGroupOrBuilder (0.6.0)

public interface DatabaseResourceGroupOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRootResources(int index)

public abstract DatabaseResource getRootResources(int index)

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

repeated .google.cloud.databasecenter.v1beta.DatabaseResource root_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
DatabaseResource

getRootResourcesCount()

public abstract int getRootResourcesCount()

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

repeated .google.cloud.databasecenter.v1beta.DatabaseResource root_resources = 1;

Returns
Type Description
int

getRootResourcesList()

public abstract List<DatabaseResource> getRootResourcesList()

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

repeated .google.cloud.databasecenter.v1beta.DatabaseResource root_resources = 1;

Returns
Type Description
List<DatabaseResource>

getRootResourcesOrBuilder(int index)

public abstract DatabaseResourceOrBuilder getRootResourcesOrBuilder(int index)

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

repeated .google.cloud.databasecenter.v1beta.DatabaseResource root_resources = 1;

Parameter
Name Description
index int
Returns
Type Description
DatabaseResourceOrBuilder

getRootResourcesOrBuilderList()

public abstract List<? extends DatabaseResourceOrBuilder> getRootResourcesOrBuilderList()

A database resource that serves as a root of the group of database resources. It is repeated just in case we have the concept of multiple roots in the future, however, it will only be populated with a single value for now.

repeated .google.cloud.databasecenter.v1beta.DatabaseResource root_resources = 1;

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

getSignalGroups(int index)

public abstract IssueCount getSignalGroups(int index)

The filtered signal groups and the count of issues associated with the resources that have been filtered in.

repeated .google.cloud.databasecenter.v1beta.IssueCount signal_groups = 2;

Parameter
Name Description
index int
Returns
Type Description
IssueCount

getSignalGroupsCount()

public abstract int getSignalGroupsCount()

The filtered signal groups and the count of issues associated with the resources that have been filtered in.

repeated .google.cloud.databasecenter.v1beta.IssueCount signal_groups = 2;

Returns
Type Description
int

getSignalGroupsList()

public abstract List<IssueCount> getSignalGroupsList()

The filtered signal groups and the count of issues associated with the resources that have been filtered in.

repeated .google.cloud.databasecenter.v1beta.IssueCount signal_groups = 2;

Returns
Type Description
List<IssueCount>

getSignalGroupsOrBuilder(int index)

public abstract IssueCountOrBuilder getSignalGroupsOrBuilder(int index)

The filtered signal groups and the count of issues associated with the resources that have been filtered in.

repeated .google.cloud.databasecenter.v1beta.IssueCount signal_groups = 2;

Parameter
Name Description
index int
Returns
Type Description
IssueCountOrBuilder

getSignalGroupsOrBuilderList()

public abstract List<? extends IssueCountOrBuilder> getSignalGroupsOrBuilderList()

The filtered signal groups and the count of issues associated with the resources that have been filtered in.

repeated .google.cloud.databasecenter.v1beta.IssueCount signal_groups = 2;

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