class Google::Apis::TranslateV3::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_v3/classes.rb, line 250
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 255
def update!(**args)
  @input_uri = args[:input_uri] if args.key?(:input_uri)
end