Class: Google::Cloud::Retail::V2::GcsOutputResult
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::GcsOutputResult
- 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
-
#output_uri ⇒ ::String
The uri of Gcs output.
Instance Attribute Details
#output_uri ⇒ ::String
Returns 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 |