Reference documentation and code samples for the Database Center V1BETA API class Google::Cloud::DatabaseCenter::V1beta::QueryStatsInfo.
QueryStatsInfo contains the aggregated and detailed query stats for a particular combination of relevant query stats for queries having same normalized query.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#aggregated_query_stats
def aggregated_query_stats() -> ::Google::Cloud::DatabaseCenter::V1beta::QueryStats
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::QueryStats) — Aggregated query stats for the resources for same normalized query.
#aggregated_query_stats=
def aggregated_query_stats=(value) -> ::Google::Cloud::DatabaseCenter::V1beta::QueryStats
Parameter
- value (::Google::Cloud::DatabaseCenter::V1beta::QueryStats) — Aggregated query stats for the resources for same normalized query.
Returns
- (::Google::Cloud::DatabaseCenter::V1beta::QueryStats) — Aggregated query stats for the resources for same normalized query.
#query_stats
def query_stats() -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::QueryStats>
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::QueryStats>) — List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
#query_stats=
def query_stats=(value) -> ::Array<::Google::Cloud::DatabaseCenter::V1beta::QueryStats>
Parameter
- value (::Array<::Google::Cloud::DatabaseCenter::V1beta::QueryStats>) — List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.
Returns
- (::Array<::Google::Cloud::DatabaseCenter::V1beta::QueryStats>) — List of query stats for the resources in the group. This stats is stats at resource level for the resources having same normalized query.