Retail V2 API - Class Google::Cloud::Retail::V2::OutputConfig (v1.3.0)

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.

    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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.