Class: Google::Cloud::Retail::V2::ProductInputConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/import_config.rb

Overview

The input config source for products.

Instance Attribute Summary collapse

Instance Attribute Details

#big_query_source::Google::Cloud::Retail::V2::BigQuerySource

Returns 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.



273
274
275
276
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 273

class ProductInputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gcs_source::Google::Cloud::Retail::V2::GcsSource

Returns 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.



273
274
275
276
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 273

class ProductInputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#product_inline_source::Google::Cloud::Retail::V2::ProductInlineSource

Returns 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.



273
274
275
276
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 273

class ProductInputConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end