Class: Google::Cloud::Retail::V2::GcsOutputResult

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/retail/v2/export_config.rb

Overview

A Gcs output result.

Instance Attribute Summary collapse

Instance Attribute Details

#output_uri::String

Returns The uri of Gcs output.

Returns:

  • (::String)

    The uri of Gcs output



173
174
175
176
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 173

class GcsOutputResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end