Interface AggregateQueryStatsResponseOrBuilder (0.14.0)

public interface AggregateQueryStatsResponseOrBuilder 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.

getQueryStats(int index)

public abstract QueryStatsInfo getQueryStats(int index)

List of query stats where each group contains stats for resources having a particular combination of relevant query stats.

repeated .google.cloud.databasecenter.v1beta.QueryStatsInfo query_stats = 1;

Parameter
Name Description
index int
Returns
Type Description
QueryStatsInfo

getQueryStatsCount()

public abstract int getQueryStatsCount()

List of query stats where each group contains stats for resources having a particular combination of relevant query stats.

repeated .google.cloud.databasecenter.v1beta.QueryStatsInfo query_stats = 1;

Returns
Type Description
int

getQueryStatsList()

public abstract List<QueryStatsInfo> getQueryStatsList()

List of query stats where each group contains stats for resources having a particular combination of relevant query stats.

repeated .google.cloud.databasecenter.v1beta.QueryStatsInfo query_stats = 1;

Returns
Type Description
List<QueryStatsInfo>

getQueryStatsOrBuilder(int index)

public abstract QueryStatsInfoOrBuilder getQueryStatsOrBuilder(int index)

List of query stats where each group contains stats for resources having a particular combination of relevant query stats.

repeated .google.cloud.databasecenter.v1beta.QueryStatsInfo query_stats = 1;

Parameter
Name Description
index int
Returns
Type Description
QueryStatsInfoOrBuilder

getQueryStatsOrBuilderList()

public abstract List<? extends QueryStatsInfoOrBuilder> getQueryStatsOrBuilderList()

List of query stats where each group contains stats for resources having a particular combination of relevant query stats.

repeated .google.cloud.databasecenter.v1beta.QueryStatsInfo query_stats = 1;

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

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.