class Google::Apis::TranslateV3::OutputConfig
Output configuration for BatchTranslateText request.
Attributes
gcs_destination[RW]
The Google
Cloud Storage location for the output content. Corresponds to the JSON property `gcsDestination` @return [Google::Apis::TranslateV3::GcsDestination]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/translate_v3/classes.rb, line 606 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 611 def update!(**args) @gcs_destination = args[:gcs_destination] if args.key?(:gcs_destination) end