public interface QueryStatsInfoOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAggregatedQueryStats()
public abstract QueryStats getAggregatedQueryStats()Aggregated query stats for the resources for same normalized query.
.google.cloud.databasecenter.v1beta.QueryStats aggregated_query_stats = 1;
| Returns | |
|---|---|
| Type | Description |
QueryStats |
The aggregatedQueryStats. |
getAggregatedQueryStatsOrBuilder()
public abstract QueryStatsOrBuilder getAggregatedQueryStatsOrBuilder()Aggregated query stats for the resources for same normalized query.
.google.cloud.databasecenter.v1beta.QueryStats aggregated_query_stats = 1;
| Returns | |
|---|---|
| Type | Description |
QueryStatsOrBuilder |
|
getQueryStats(int index)
public abstract QueryStats getQueryStats(int index)List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
repeated .google.cloud.databasecenter.v1beta.QueryStats query_stats = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryStats |
|
getQueryStatsCount()
public abstract int getQueryStatsCount()List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
repeated .google.cloud.databasecenter.v1beta.QueryStats query_stats = 2;
| Returns | |
|---|---|
| Type | Description |
int |
|
getQueryStatsList()
public abstract List<QueryStats> getQueryStatsList()List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
repeated .google.cloud.databasecenter.v1beta.QueryStats query_stats = 2;
| Returns | |
|---|---|
| Type | Description |
List<QueryStats> |
|
getQueryStatsOrBuilder(int index)
public abstract QueryStatsOrBuilder getQueryStatsOrBuilder(int index)List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
repeated .google.cloud.databasecenter.v1beta.QueryStats query_stats = 2;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
QueryStatsOrBuilder |
|
getQueryStatsOrBuilderList()
public abstract List<? extends QueryStatsOrBuilder> getQueryStatsOrBuilderList()List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
repeated .google.cloud.databasecenter.v1beta.QueryStats query_stats = 2;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.databasecenter.v1beta.QueryStatsOrBuilder> |
|
hasAggregatedQueryStats()
public abstract boolean hasAggregatedQueryStats()Aggregated query stats for the resources for same normalized query.
.google.cloud.databasecenter.v1beta.QueryStats aggregated_query_stats = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the aggregatedQueryStats field is set. |