Class: Google::Cloud::Vision::V1::ImportProductSetsInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1::ImportProductSetsInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1/product_search_service.rb
Overview
The input content for the ImportProductSets
method.
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::Vision::V1::ImportProductSetsGcsSource
The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
Instance Attribute Details
#gcs_source ⇒ ::Google::Cloud::Vision::V1::ImportProductSetsGcsSource
Returns The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
551 552 553 554 |
# File 'proto_docs/google/cloud/vision/v1/product_search_service.rb', line 551 class ImportProductSetsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |