Reference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::OutputConfig.
The desired output location.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_format
def data_format() -> ::Google::Cloud::Optimization::V1::DataFormat Returns 
 - (::Google::Cloud::Optimization::V1::DataFormat) — The output data format that used to store the results in Cloud Storage.
#data_format=
def data_format=(value) -> ::Google::Cloud::Optimization::V1::DataFormat Parameter 
 - value (::Google::Cloud::Optimization::V1::DataFormat) — The output data format that used to store the results in Cloud Storage.
 Returns 
 - (::Google::Cloud::Optimization::V1::DataFormat) — The output data format that used to store the results in Cloud Storage.
#gcs_destination
def gcs_destination() -> ::Google::Cloud::Optimization::V1::GcsDestination Returns 
 - (::Google::Cloud::Optimization::V1::GcsDestination) — The Google Cloud Storage location to write the output to.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Optimization::V1::GcsDestination Parameter 
 - value (::Google::Cloud::Optimization::V1::GcsDestination) — The Google Cloud Storage location to write the output to.
 Returns 
 - (::Google::Cloud::Optimization::V1::GcsDestination) — The Google Cloud Storage location to write the output to.