google-apis-translate_v3beta1 0.28.0 → 0.30.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: e7c269432a95cfa59f01f92faf0417a2c9bb75091a0a7153b0aebbb86bdb1afc
4
- data.tar.gz: 223d0193c252f918c40bc8e6bc2a05c1fe6c20b2844a81b18ba6d446fe2f32df
3
+ metadata.gz: f5317b0e5651ba0bba04f3d3464c5c20bad388cfd9edfad077c0111260d3a8c1
4
+ data.tar.gz: 30de49b37db5552719efa72b04f1c59adc06d4761e53ddb92d2159e15915c306
5
5
  SHA512:
6
- metadata.gz: 7fa6a4c5d47ee7afc12d977436e6a8ea3162f31b6c09ecea018deb2dd940f98f8a5aabf914cfca710334ae5916a427c80d75e1df5a755c73493cec8c18aebbd2
7
- data.tar.gz: 7e6f3c68c0ddd097abcd694293c0e0f3b4596956115df1bbb712476d50defb44c7e77c7a7675a71b55521d46ec6bb9b2201cf2fa700b9de6f954dce18e44d11d
6
+ metadata.gz: c16d6070f57e526bb566d206b9c80c0c61b7e40c25a3853e3bed9372c83d2bf47ff57761ccb13089b6e0c43c92f23e32c22e599b711d408ebef56086af1a1b95
7
+ data.tar.gz: cbef54fa2637c509d65e240c542049aada98ba2515be58b72c521c3ff83e4e6ef6afdea799d484ddd7183b747564e731ba63e0fdff83bfa0ba867c21ec2623ac
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.30.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230922
6
+
7
+ ### v0.29.0 (2023-08-13)
8
+
9
+ * Regenerated from discovery document revision 20230808
10
+
3
11
  ### v0.28.0 (2023-07-23)
4
12
 
5
13
  * Regenerated from discovery document revision 20230714
@@ -86,7 +86,12 @@ module Google
86
86
  attr_accessor :enable_shadow_removal_native_pdf
87
87
  alias_method :enable_shadow_removal_native_pdf?, :enable_shadow_removal_native_pdf
88
88
 
89
- # Optional.
89
+ # Optional. File format conversion map to be applied to all input files. Map's
90
+ # key is the original mime_type. Map's value is the target mime_type of
91
+ # translated documents. Supported file format conversion includes: - `
92
+ # application/pdf` to `application/vnd.openxmlformats-officedocument.
93
+ # wordprocessingml.document` If nothing specified, output files will be in the
94
+ # same format as the original file.
90
95
  # Corresponds to the JSON property `formatConversions`
91
96
  # @return [Hash<String,String>]
92
97
  attr_accessor :format_conversions
@@ -801,13 +806,13 @@ module Google
801
806
  # @return [String]
802
807
  attr_accessor :name
803
808
 
804
- # The normal response of the operation in case of success. If the original
805
- # method returns no data on success, such as `Delete`, the response is `google.
806
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
807
- # the response should be the resource. For other methods, the response should
808
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
809
- # example, if the original method name is `TakeSnapshot()`, the inferred
810
- # response type is `TakeSnapshotResponse`.
809
+ # The normal, successful response of the operation. If the original method
810
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
811
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
812
+ # response should be the resource. For other methods, the response should have
813
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
814
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
815
+ # `TakeSnapshotResponse`.
811
816
  # Corresponds to the JSON property `response`
812
817
  # @return [Hash<String,Object>]
813
818
  attr_accessor :response
@@ -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.28.0"
19
+ GEM_VERSION = "0.30.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230714"
25
+ REVISION = "20230922"
26
26
  end
27
27
  end
28
28
  end
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.28.0
4
+ version: 0.30.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: 2023-07-23 00:00:00.000000000 Z
11
+ date: 2023-10-01 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.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.30.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.2
78
+ rubygems_version: 3.4.19
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Translation API V3beta1