Interface QueryDatabaseResourceGroupsResponseOrBuilder (0.6.0)

public interface QueryDatabaseResourceGroupsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getResourceGroups(int index)

public abstract DatabaseResourceGroup getResourceGroups(int index)

List of database resource groups that pass the filter.

repeated .google.cloud.databasecenter.v1beta.DatabaseResourceGroup resource_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
DatabaseResourceGroup

getResourceGroupsCount()

public abstract int getResourceGroupsCount()

List of database resource groups that pass the filter.

repeated .google.cloud.databasecenter.v1beta.DatabaseResourceGroup resource_groups = 1;

Returns
Type Description
int

getResourceGroupsList()

public abstract List<DatabaseResourceGroup> getResourceGroupsList()

List of database resource groups that pass the filter.

repeated .google.cloud.databasecenter.v1beta.DatabaseResourceGroup resource_groups = 1;

Returns
Type Description
List<DatabaseResourceGroup>

getResourceGroupsOrBuilder(int index)

public abstract DatabaseResourceGroupOrBuilder getResourceGroupsOrBuilder(int index)

List of database resource groups that pass the filter.

repeated .google.cloud.databasecenter.v1beta.DatabaseResourceGroup resource_groups = 1;

Parameter
Name Description
index int
Returns
Type Description
DatabaseResourceGroupOrBuilder

getResourceGroupsOrBuilderList()

public abstract List<? extends DatabaseResourceGroupOrBuilder> getResourceGroupsOrBuilderList()

List of database resource groups that pass the filter.

repeated .google.cloud.databasecenter.v1beta.DatabaseResourceGroup resource_groups = 1;

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

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 = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The 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 = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Parameter
Name Description
index int

The 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 = 3 [(.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 = 3 [(.google.api.field_behavior) = UNORDERED_LIST];

Returns
Type Description
List<String>

A list containing the unreachable.