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

Constructor Details

#initialize(**args) ⇒ ImportProductSetsInputConfig

Returns a new instance of ImportProductSetsInputConfig.



8695
8696
8697
# File 'generated/google/apis/vision_v1/classes.rb', line 8695

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



8693
8694
8695
# File 'generated/google/apis/vision_v1/classes.rb', line 8693

def gcs_source
  @gcs_source
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8700
8701
8702
# File 'generated/google/apis/vision_v1/classes.rb', line 8700

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