Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::OutputConfig.
The output configuration setting.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bigquery_destination
def bigquery_destination() -> ::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination
Returns
- (::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination) — The BigQuery location where the output is to be written to.
#bigquery_destination=
def bigquery_destination=(value) -> ::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination
Parameter
- value (::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination) — The BigQuery location where the output is to be written to.
Returns
- (::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination) — The BigQuery location where the output is to be written to.
#gcs_destination
def gcs_destination() -> ::Google::Cloud::Retail::V2::OutputConfig::GcsDestination
Returns
- (::Google::Cloud::Retail::V2::OutputConfig::GcsDestination) — The Google Cloud Storage location where the output is to be written to.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Retail::V2::OutputConfig::GcsDestination
Parameter
- value (::Google::Cloud::Retail::V2::OutputConfig::GcsDestination) — The Google Cloud Storage location where the output is to be written to.
Returns
- (::Google::Cloud::Retail::V2::OutputConfig::GcsDestination) — The Google Cloud Storage location where the output is to be written to.