Class: Google::Apis::TranslateV3::ImportDataRequest
- Inherits:
-
Object
- Object
- Google::Apis::TranslateV3::ImportDataRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/translate_v3/classes.rb,
lib/google/apis/translate_v3/representations.rb,
lib/google/apis/translate_v3/representations.rb
Overview
Request message for ImportData.
Instance Attribute Summary collapse
-
#input_config ⇒ Google::Apis::TranslateV3::DatasetInputConfig
Input configuration for datasets.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ImportDataRequest
constructor
A new instance of ImportDataRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ImportDataRequest
Returns a new instance of ImportDataRequest.
901 902 903 |
# File 'lib/google/apis/translate_v3/classes.rb', line 901 def initialize(**args) update!(**args) end |
Instance Attribute Details
#input_config ⇒ Google::Apis::TranslateV3::DatasetInputConfig
Input configuration for datasets.
Corresponds to the JSON property inputConfig
899 900 901 |
# File 'lib/google/apis/translate_v3/classes.rb', line 899 def input_config @input_config end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
906 907 908 |
# File 'lib/google/apis/translate_v3/classes.rb', line 906 def update!(**args) @input_config = args[:input_config] if args.key?(:input_config) end |