Class: Google::Cloud::Retail::V2::OutputConfig::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Retail::V2::OutputConfig::GcsDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/retail/v2/export_config.rb
Overview
The Google Cloud Storage output destination configuration.
Instance Attribute Summary collapse
-
#output_uri_prefix ⇒ ::String
Required.
Instance Attribute Details
#output_uri_prefix ⇒ ::String
Returns Required. The output uri prefix for saving output data to json files. Some mapping examples are as follows: output_uri_prefix sample output(assuming the object is foo.json) ======================== ============================================= gs://bucket/ gs://bucket/foo.json gs://bucket/folder/ gs://bucket/folder/foo.json gs://bucket/folder/item_ gs://bucket/folder/item_foo.json.
45 46 47 48 |
# File 'proto_docs/google/cloud/retail/v2/export_config.rb', line 45 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |