Class: Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaGcsOutputResult
- Inherits:
-
Object
- Object
- Google::Apis::RetailV2alpha::GoogleCloudRetailV2alphaGcsOutputResult
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/retail_v2alpha/classes.rb,
lib/google/apis/retail_v2alpha/representations.rb,
lib/google/apis/retail_v2alpha/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) ⇒ GoogleCloudRetailV2alphaGcsOutputResult
constructor
A new instance of GoogleCloudRetailV2alphaGcsOutputResult.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudRetailV2alphaGcsOutputResult
Returns a new instance of GoogleCloudRetailV2alphaGcsOutputResult.
3169 3170 3171 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3169 def initialize(**args) update!(**args) end |
Instance Attribute Details
#output_uri ⇒ String
The uri of Gcs output
Corresponds to the JSON property outputUri
3167 3168 3169 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3167 def output_uri @output_uri end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3174 3175 3176 |
# File 'lib/google/apis/retail_v2alpha/classes.rb', line 3174 def update!(**args) @output_uri = args[:output_uri] if args.key?(:output_uri) end |