Class: Google::Cloud::Translate::V3::GcsDestination
- Inherits:
-
Object
- Object
- Google::Cloud::Translate::V3::GcsDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/translate/v3/translation_service.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. The bucket used in 'output_uri_prefix' must exist and there must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with "/" and start with "gs://". One 'output_uri_prefix' can only be used by one batch translation job at a time. Otherwise an INVALID_ARGUMENT (400) error is returned.
427 428 429 430 |
# File 'proto_docs/google/cloud/translate/v3/translation_service.rb', line 427 class GcsDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |