google-apis-translate_v3beta1 0.21.0 → 0.22.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: a99f531176e4a0437870a054844734830b2bdb0673a8e28056b3dd7e3ca64a94
4
- data.tar.gz: 0a033e55c7340c34a5de543d420a38b24ecfe9290fae140c2f684b93aca8ef90
3
+ metadata.gz: 5abfd4b948f0b8b86b2e2e7e8f8a4728cf17a30a9acc0bb1071c051b31ea2df2
4
+ data.tar.gz: e13fac84e5ec393357baba1211e4b4cffc7d0bc8160a2ffc72e0d3a024eaa402
5
5
  SHA512:
6
- metadata.gz: af92bce2fb42f0f8b02f492b34ba80ac854112d7a4759f1c3706df296d34ad0a3ef708df217e784dc0bc2652622dd810f5963737408fbdea0e3f568996220efa
7
- data.tar.gz: 2c089980636668f20c733826b359eaff3b55781540c78424c30b6a2f75553f29b0dd04392e7cbfa6e4ab1fcae9249c52a4a09bce18ccbd3468cc433eb396a39b
6
+ metadata.gz: cfbfd293f019a1d756e5fa7ee3ad92e3116b57dd953d5b6d0e3134dfae6924908ae7dea3b17dce89c494464c14ddfb5be08229b381d6801e103babd7b29c430e
7
+ data.tar.gz: 2021679011e0a2f7b2c62f65168ed2a9e54064fcad45d1d8247f6e9998129818245de26c59166453af93b0809251c3c963f8735d13700cd5d60e9c4abb6169cf
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.22.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221021
6
+
3
7
  ### v0.21.0 (2022-10-19)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -950,6 +950,14 @@ module Google
950
950
  # @return [Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig]
951
951
  attr_accessor :glossary_config
952
952
 
953
+ # Optional. is_translate_native_pdf_only field for external customers. If true,
954
+ # the page limit of online native pdf translation is 300 and only native pdf
955
+ # pages will be translated.
956
+ # Corresponds to the JSON property `isTranslateNativePdfOnly`
957
+ # @return [Boolean]
958
+ attr_accessor :is_translate_native_pdf_only
959
+ alias_method :is_translate_native_pdf_only?, :is_translate_native_pdf_only
960
+
953
961
  # Optional. The labels with user-defined metadata for the request. Label keys
954
962
  # and values can be no longer than 63 characters (Unicode codepoints), can only
955
963
  # contain lowercase letters, numeric characters, underscores and dashes.
@@ -995,6 +1003,7 @@ module Google
995
1003
  @document_input_config = args[:document_input_config] if args.key?(:document_input_config)
996
1004
  @document_output_config = args[:document_output_config] if args.key?(:document_output_config)
997
1005
  @glossary_config = args[:glossary_config] if args.key?(:glossary_config)
1006
+ @is_translate_native_pdf_only = args[:is_translate_native_pdf_only] if args.key?(:is_translate_native_pdf_only)
998
1007
  @labels = args[:labels] if args.key?(:labels)
999
1008
  @model = args[:model] if args.key?(:model)
1000
1009
  @source_language_code = args[:source_language_code] if args.key?(:source_language_code)
@@ -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.21.0"
19
+ GEM_VERSION = "0.22.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220909"
25
+ REVISION = "20221021"
26
26
  end
27
27
  end
28
28
  end
@@ -503,6 +503,7 @@ module Google
503
503
 
504
504
  property :glossary_config, as: 'glossaryConfig', class: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig, decorator: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig::Representation
505
505
 
506
+ property :is_translate_native_pdf_only, as: 'isTranslateNativePdfOnly'
506
507
  hash :labels, as: 'labels'
507
508
  property :model, as: 'model'
508
509
  property :source_language_code, as: 'sourceLanguageCode'
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.21.0
4
+ version: 0.22.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2022-10-31 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.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.22.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: []