Interface AggregateFleetResponseOrBuilder (0.6.0)

public interface AggregateFleetResponseOrBuilder 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 = 4;

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 = 4;

Returns
Type Description
ByteString

The bytes for nextPageToken.

getResourceGroupsTotalCount()

public abstract int getResourceGroupsTotalCount()

Count of all resource groups in the fleet. This includes counts from all pages.

int32 resource_groups_total_count = 2;

Returns
Type Description
int

The resourceGroupsTotalCount.

getResourceTotalCount()

public abstract int getResourceTotalCount()

Count of all resources in the fleet. This includes counts from all pages.

int32 resource_total_count = 3;

Returns
Type Description
int

The resourceTotalCount.

getRows(int index)

public abstract AggregateFleetRow getRows(int index)

Represents a row grouped by the fields in the input.

repeated .google.cloud.databasecenter.v1beta.AggregateFleetRow rows = 1;

Parameter
Name Description
index int
Returns
Type Description
AggregateFleetRow

getRowsCount()

public abstract int getRowsCount()

Represents a row grouped by the fields in the input.

repeated .google.cloud.databasecenter.v1beta.AggregateFleetRow rows = 1;

Returns
Type Description
int

getRowsList()

public abstract List<AggregateFleetRow> getRowsList()

Represents a row grouped by the fields in the input.

repeated .google.cloud.databasecenter.v1beta.AggregateFleetRow rows = 1;

Returns
Type Description
List<AggregateFleetRow>

getRowsOrBuilder(int index)

public abstract AggregateFleetRowOrBuilder getRowsOrBuilder(int index)

Represents a row grouped by the fields in the input.

repeated .google.cloud.databasecenter.v1beta.AggregateFleetRow rows = 1;

Parameter
Name Description
index int
Returns
Type Description
AggregateFleetRowOrBuilder

getRowsOrBuilderList()

public abstract List<? extends AggregateFleetRowOrBuilder> getRowsOrBuilderList()

Represents a row grouped by the fields in the input.

repeated .google.cloud.databasecenter.v1beta.AggregateFleetRow rows = 1;

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

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

Returns
Type Description
List<String>

A list containing the unreachable.