class Google::Apis::TranslateV3beta1::GcsSource
The Google
Cloud Storage location for the input content.
Attributes
input_uri[RW]
Required. Source data URI. For example, `gs://my_bucket/my_object`. Corresponds to the JSON property `inputUri` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/translate_v3beta1/classes.rb, line 452 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 457 def update!(**args) @input_uri = args[:input_uri] if args.key?(:input_uri) end