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.
#big_query_source=
def big_query_source=(value) -> ::Google::Cloud::Retail::V2::BigQuerySource
Parameter
- value (::Google::Cloud::Retail::V2::BigQuerySource) — BigQuery input source.
Returns
- (::Google::Cloud::Retail::V2::BigQuerySource) — BigQuery input source.
#gcs_source
def gcs_source() -> ::Google::Cloud::Retail::V2::GcsSource
Returns
- (::Google::Cloud::Retail::V2::GcsSource) — Google Cloud Storage location for the input content.
#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.
Returns
- (::Google::Cloud::Retail::V2::GcsSource) — Google Cloud Storage location for the input content.
#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.
#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.
Returns
- (::Google::Cloud::Retail::V2::ProductInlineSource) — The Inline source for the input content for products.