Class: Google::Cloud::CapacityPlanner::V1beta::QueryForecastsResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#forecasts::Array<::Google::Cloud::CapacityPlanner::V1beta::Forecast>

Returns The forecasts that match the request.

Returns:



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