Class: Google::Cloud::Translate::V3::GcsOutputDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GcsOutputDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/common.rb
Overview
The Google Cloud Storage location for the output content.
Instance Attribute Summary collapse
-
#output_uri_prefix ⇒ ::String
Required.
Instance Attribute Details
#output_uri_prefix ⇒ ::String
Returns Required. Google Cloud Storage URI to output directory. For example,
gs://bucket/directory
. The requesting user must have write permission to
the bucket. The directory will be created if it doesn't exist.
54 55 56 57 |
# File 'proto_docs/google/cloud/translate/v3/common.rb', line 54 class GcsOutputDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |