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

Reference documentation and code samples for the Retail V2 API class Google::Cloud::Retail::V2::ProductInputConfig.

The input config source for products.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#big_query_source

def big_query_source() -> ::Google::Cloud::Retail::V2::BigQuerySource
Returns
  • (::Google::Cloud::Retail::V2::BigQuerySource) — BigQuery input source.

    Note: The following fields are mutually exclusive: big_query_source, product_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#big_query_source=

def big_query_source=(value) -> ::Google::Cloud::Retail::V2::BigQuerySource
Parameter
  • value (::Google::Cloud::Retail::V2::BigQuerySource) — BigQuery input source.

    Note: The following fields are mutually exclusive: big_query_source, product_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Retail::V2::BigQuerySource) — BigQuery input source.

    Note: The following fields are mutually exclusive: big_query_source, product_inline_source, gcs_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_source

def gcs_source() -> ::Google::Cloud::Retail::V2::GcsSource
Returns
  • (::Google::Cloud::Retail::V2::GcsSource) — Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, product_inline_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#gcs_source=

def gcs_source=(value) -> ::Google::Cloud::Retail::V2::GcsSource
Parameter
  • value (::Google::Cloud::Retail::V2::GcsSource) — Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, product_inline_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Retail::V2::GcsSource) — Google Cloud Storage location for the input content.

    Note: The following fields are mutually exclusive: gcs_source, product_inline_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#product_inline_source

def product_inline_source() -> ::Google::Cloud::Retail::V2::ProductInlineSource
Returns
  • (::Google::Cloud::Retail::V2::ProductInlineSource) — The Inline source for the input content for products.

    Note: The following fields are mutually exclusive: product_inline_source, gcs_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#product_inline_source=

def product_inline_source=(value) -> ::Google::Cloud::Retail::V2::ProductInlineSource
Parameter
  • value (::Google::Cloud::Retail::V2::ProductInlineSource) — The Inline source for the input content for products.

    Note: The following fields are mutually exclusive: product_inline_source, gcs_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::Retail::V2::ProductInlineSource) — The Inline source for the input content for products.

    Note: The following fields are mutually exclusive: product_inline_source, gcs_source, big_query_source. If a field in that set is populated, all other fields in the set will automatically be cleared.