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.

Returns:



270
271
272
273
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 270

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.

Returns:



270
271
272
273
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 270

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.

Returns:



270
271
272
273
# File 'proto_docs/google/cloud/retail/v2/import_config.rb', line 270

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