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