class Google::Apis::TranslateV3::GlossaryInputConfig

Input configuration for glossaries.

Attributes

gcs_source[RW]

The Google Cloud Storage location for the input content. Corresponds to the JSON property `gcsSource` @return [Google::Apis::TranslateV3::GcsSource]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/translate_v3/classes.rb, line 326
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 331
def update!(**args)
  @gcs_source = args[:gcs_source] if args.key?(:gcs_source)
end