Class: Google::Apis::RetailV2::GoogleCloudRetailV2alphaGcsOutputResult

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudRetailV2alphaGcsOutputResult

Returns a new instance of GoogleCloudRetailV2alphaGcsOutputResult.



5693
5694
5695
# File 'lib/google/apis/retail_v2/classes.rb', line 5693

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#output_uriString

The uri of Gcs output Corresponds to the JSON property outputUri

Returns:

  • (String)


5691
5692
5693
# File 'lib/google/apis/retail_v2/classes.rb', line 5691

def output_uri
  @output_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5698
5699
5700
# File 'lib/google/apis/retail_v2/classes.rb', line 5698

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