Class: Google::Cloud::Vision::V1p3beta1::ImportProductSetsInputConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Vision::V1p3beta1::ImportProductSetsInputConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb
Overview
The input content for the ImportProductSets
method.
Instance Attribute Summary collapse
-
#gcs_source ⇒ ::Google::Cloud::Vision::V1p3beta1::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::V1p3beta1::ImportProductSetsGcsSource
Returns The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line.
545 546 547 548 |
# File 'proto_docs/google/cloud/vision/v1p3beta1/product_search_service.rb', line 545 class ImportProductSetsInputConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |