Class: Google::Apis::RetailV2::GoogleCloudRetailV2betaGcsOutputResult

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) ⇒ GoogleCloudRetailV2betaGcsOutputResult

Returns a new instance of GoogleCloudRetailV2betaGcsOutputResult.



6144
6145
6146
# File 'lib/google/apis/retail_v2/classes.rb', line 6144

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

Instance Attribute Details

#output_uriString

The uri of Gcs output Corresponds to the JSON property outputUri

Returns:

  • (String)


6142
6143
6144
# File 'lib/google/apis/retail_v2/classes.rb', line 6142

def output_uri
  @output_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6149
6150
6151
# File 'lib/google/apis/retail_v2/classes.rb', line 6149

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