class Google::Apis::TranslateV3::GcsDestination
The Google
Cloud Storage location for the output content.
Attributes
output_uri_prefix[RW]
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. Corresponds to the JSON property `outputUriPrefix` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/translate_v3/classes.rb, line 231 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/translate_v3/classes.rb, line 236 def update!(**args) @output_uri_prefix = args[:output_uri_prefix] if args.key?(:output_uri_prefix) end