Class: Google::Cloud::CapacityPlanner::V1beta::QueryUsageHistoriesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::QueryUsageHistoriesResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb
Overview
The QueryUsageHistories response.
Instance Attribute Summary collapse
-
#usage_histories ⇒ ::Array<::Google::Cloud::CapacityPlanner::V1beta::UsageHistory>
The usage histories that match the request.
Instance Attribute Details
#usage_histories ⇒ ::Array<::Google::Cloud::CapacityPlanner::V1beta::UsageHistory>
Returns The usage histories that match the request.
95 96 97 98 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 95 class QueryUsageHistoriesResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |