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

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

Overview

The input content for the ImportProductSets method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ImportProductSetsInputConfig

Returns a new instance of ImportProductSetsInputConfig.



8745
8746
8747
# File 'lib/google/apis/vision_v1/classes.rb', line 8745

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



8743
8744
8745
# File 'lib/google/apis/vision_v1/classes.rb', line 8743

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8750
8751
8752
# File 'lib/google/apis/vision_v1/classes.rb', line 8750

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