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
-
(::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination) — The BigQuery location where the output is to be written to.
Note: The following fields are mutually exclusive:
bigquery_destination
,gcs_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#bigquery_destination=
def bigquery_destination=(value) -> ::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination
-
value (::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination) — The BigQuery location where the output is to be written to.
Note: The following fields are mutually exclusive:
bigquery_destination
,gcs_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Retail::V2::OutputConfig::BigQueryDestination) — The BigQuery location where the output is to be written to.
Note: The following fields are mutually exclusive:
bigquery_destination
,gcs_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_destination
def gcs_destination() -> ::Google::Cloud::Retail::V2::OutputConfig::GcsDestination
-
(::Google::Cloud::Retail::V2::OutputConfig::GcsDestination) — The Google Cloud Storage location where the output is to be written to.
Note: The following fields are mutually exclusive:
gcs_destination
,bigquery_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#gcs_destination=
def gcs_destination=(value) -> ::Google::Cloud::Retail::V2::OutputConfig::GcsDestination
-
value (::Google::Cloud::Retail::V2::OutputConfig::GcsDestination) — The Google Cloud Storage location where the output is to be written to.
Note: The following fields are mutually exclusive:
gcs_destination
,bigquery_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Retail::V2::OutputConfig::GcsDestination) — The Google Cloud Storage location where the output is to be written to.
Note: The following fields are mutually exclusive:
gcs_destination
,bigquery_destination
. If a field in that set is populated, all other fields in the set will automatically be cleared.