class Google::Apis::TranslateV3beta1::GcsDestination
The Google
Cloud Storage location for the output content.
Attributes
output_uri_prefix[RW]
Required. There must be no files under 'output_uri_prefix'. 'output_uri_prefix' must end with “/” and start with “gs://”, 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_v3beta1/classes.rb, line 433 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_v3beta1/classes.rb, line 438 def update!(**args) @output_uri_prefix = args[:output_uri_prefix] if args.key?(:output_uri_prefix) end