Class: Google::Cloud::CapacityPlanner::V1beta::ExportForecastsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::CapacityPlanner::V1beta::ExportForecastsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb
Overview
A response message for [UsageService.ExportForecasts].
Instance Attribute Summary collapse
-
#response ⇒ ::String
The response message for the forecast export.
Instance Attribute Details
#response ⇒ ::String
Returns The response message for the forecast export. In case of bigquery, it will also contain job id.
895 896 897 898 |
# File 'proto_docs/google/cloud/capacityplanner/v1beta/usage_service.rb', line 895 class ExportForecastsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |