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



12900
12901
12902
# File 'generated/google/apis/vision_v1/classes.rb', line 12900

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



12898
12899
12900
# File 'generated/google/apis/vision_v1/classes.rb', line 12898

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12905
12906
12907
# File 'generated/google/apis/vision_v1/classes.rb', line 12905

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