Class: Google::Apis::VisionV1::ImportProductSetsInputConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/vision_v1/classes.rb,
generated/google/apis/vision_v1/representations.rb,
generated/google/apis/vision_v1/representations.rb

Overview

The input content for the ImportProductSets method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ ImportProductSetsInputConfig

Returns a new instance of ImportProductSetsInputConfig.



9211
9212
9213
# File 'generated/google/apis/vision_v1/classes.rb', line 9211

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#gcs_sourceGoogle::Apis::VisionV1::ImportProductSetsGcsSource

The Google Cloud Storage location for a csv file which preserves a list of ImportProductSetRequests in each line. Corresponds to the JSON property gcsSource



9209
9210
9211
# File 'generated/google/apis/vision_v1/classes.rb', line 9209

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9216
9217
9218
# File 'generated/google/apis/vision_v1/classes.rb', line 9216

def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end