google-apis-translate_v3beta1 0.11.0 → 0.12.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c71399d84f8b5bcf36b697b7f75d446a57fc6ed694c97c276a23ada36cf3220c
4
- data.tar.gz: 992f573f5432d12dbbed07d480c40aca9f447733b989762828ebc610d10fc392
3
+ metadata.gz: 17e48214fcc17ed84be95dcd6a97fee41c12fc0a5b19086128347caf694012a8
4
+ data.tar.gz: d840af697649c0f7fe0cf94e7fbf77b5453119ea6b9a98f2f07b550ed9ccf546
5
5
  SHA512:
6
- metadata.gz: 2f55942a090f7a9dff3ced6fa292071c7290217657400199911e849d9f7b095c878fa42af0832cad307e41efbe38ff4b66e01a203877f69bd6cbb5affcf78306
7
- data.tar.gz: ea49ef5a1eaa7901cdde55c6bb4b8470913e24c42ba2f95ecfa4ec9772b731fbc90bd2f68806597c420736dc116279a25a287944a86a6aa50fb37a6d4a367f05
6
+ metadata.gz: fa2dfd96e52ec013c767dc472c7cb8feb0622cfe7724fd7b30fb483633473d89d364ab604b58606f0df3ddf7cd71c676ec1fe47a079ac76c748994afebbf228e
7
+ data.tar.gz: 7e5b3ed15cf3d8c4d38372be5623e552dd155ceef151b4df73aee76740c64430982a82088cb45b19d58a6f6c506fd1fe16b3914ec937ec2dd65da46734cb6c19
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.12.0 (2021-11-01)
4
+
5
+ * Regenerated from discovery document revision 20211029
6
+
3
7
  ### v0.11.0 (2021-10-21)
4
8
 
5
9
  * Unspecified changes
@@ -64,6 +64,11 @@ module Google
64
64
  class BatchTranslateDocumentRequest
65
65
  include Google::Apis::Core::Hashable
66
66
 
67
+ # Optional.
68
+ # Corresponds to the JSON property `formatConversions`
69
+ # @return [Hash<String,String>]
70
+ attr_accessor :format_conversions
71
+
67
72
  # Optional. Glossaries to be applied. It's keyed by target language code.
68
73
  # Corresponds to the JSON property `glossaries`
69
74
  # @return [Hash<String,Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig>]
@@ -112,6 +117,7 @@ module Google
112
117
 
113
118
  # Update properties of this object
114
119
  def update!(**args)
120
+ @format_conversions = args[:format_conversions] if args.key?(:format_conversions)
115
121
  @glossaries = args[:glossaries] if args.key?(:glossaries)
116
122
  @input_configs = args[:input_configs] if args.key?(:input_configs)
117
123
  @models = args[:models] if args.key?(:models)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranslateV3beta1
18
18
  # Version of the google-apis-translate_v3beta1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210809"
25
+ REVISION = "20211029"
26
26
  end
27
27
  end
28
28
  end
@@ -251,6 +251,7 @@ module Google
251
251
  class BatchTranslateDocumentRequest
252
252
  # @private
253
253
  class Representation < Google::Apis::Core::JsonRepresentation
254
+ hash :format_conversions, as: 'formatConversions'
254
255
  hash :glossaries, as: 'glossaries', class: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig, decorator: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig::Representation
255
256
 
256
257
  collection :input_configs, as: 'inputConfigs', class: Google::Apis::TranslateV3beta1::BatchDocumentInputConfig, decorator: Google::Apis::TranslateV3beta1::BatchDocumentInputConfig::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-translate_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-10-27 00:00:00.000000000 Z
11
+ date: 2021-11-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-translate_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []