Class: Google::Apis::RetailV2::GoogleCloudRetailV2GcsOutputResult
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2::GoogleCloudRetailV2GcsOutputResult
- 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) ⇒ GoogleCloudRetailV2GcsOutputResult
constructor
A new instance of GoogleCloudRetailV2GcsOutputResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2GcsOutputResult
Returns a new instance of GoogleCloudRetailV2GcsOutputResult.
1712 1713 1714 |
# File 'lib/google/apis/retail_v2/classes.rb', line 1712 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_uri ⇒ String
The uri of Gcs output
Corresponds to the JSON property outputUri
1710 1711 1712 |
# File 'lib/google/apis/retail_v2/classes.rb', line 1710 def output_uri @output_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1717 1718 1719 |
# File 'lib/google/apis/retail_v2/classes.rb', line 1717 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end |