Reference documentation and code samples for the Cloud Translation V3 API class Google::Cloud::Translate::V3::GcsOutputDestination.
The Google Cloud Storage location for the output content.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#output_uri_prefix
def output_uri_prefix() -> ::String
Returns
-
(::String) — 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.
#output_uri_prefix=
def output_uri_prefix=(value) -> ::String
Parameter
-
value (::String) — 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.
Returns
-
(::String) — 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.