Class: Google::Cloud::CapacityPlanner::V1beta::QueryForecastsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::QueryForecastsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb
Overview
The QueryForecasts response.
Instance Attribute Summary collapse
-
#forecasts ⇒ ::Array<::Google::Cloud::CapacityPlanner::V1beta::Forecast>
The forecasts that match the request.
Instance Attribute Details
#forecasts ⇒ ::Array<::Google::Cloud::CapacityPlanner::V1beta::Forecast>
Returns The forecasts that match the request.
165 166 167 168 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 165 class QueryForecastsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |