Class: Google::Apis::RetailV2::GoogleCloudRetailV2betaGcsOutputResult
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2betaGcsOutputResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2/classes.rb,
lib/google/apis/retail_v2/representations.rb,
lib/google/apis/retail_v2/representations.rb
Overview
A Gcs output result.
Instance Attribute Summary collapse
-
#output_uri ⇒ String
The uri of Gcs output Corresponds to the JSON property
outputUri
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudRetailV2betaGcsOutputResult
constructor
A new instance of GoogleCloudRetailV2betaGcsOutputResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2betaGcsOutputResult
Returns a new instance of GoogleCloudRetailV2betaGcsOutputResult.
7609 7610 7611 |
# File 'lib/google/apis/retail_v2/classes.rb', line 7609 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_uri ⇒ String
The uri of Gcs output
Corresponds to the JSON property outputUri
7607 7608 7609 |
# File 'lib/google/apis/retail_v2/classes.rb', line 7607 def output_uri @output_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7614 7615 7616 |
# File 'lib/google/apis/retail_v2/classes.rb', line 7614 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end |