google-apis-translate_v3beta1 0.23.0 → 0.25.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: 6c4ab7305c19a7e65e1927436a32784c73e5d0dede983ea6eeb9b52db768ed3f
4
- data.tar.gz: 3c8c473a0ea50adf716c4e3d1ba052e7b36a85ef183af92ee20bdc6ea6b75fcf
3
+ metadata.gz: 4368c171b7bdea3e45fc4f8c0c4a80a67fbd7ca3d63fd74d310a32de6c9b771c
4
+ data.tar.gz: 2b1152f187ae6b0a17a90d6b56ab7e58d4d85cec9921d41a40af55549fcd2a7c
5
5
  SHA512:
6
- metadata.gz: d530a07bdd898fbda3d704b561d3f302d3fa51499c4e0e1a9732fd4debcb5046da2574dabfcdf5f492993d4167b4872481a7e7bd1c6ea591be9bb61a2cb3ca2d
7
- data.tar.gz: cc13993e2c2eb47a6dace4811289e01d225b58f2409cbacd94f80e94e98c281a084da2ae20574e51e7e959073cbc6ee31c7b0a30acdf6aff8f9e4e7eda639ce2
6
+ metadata.gz: f0ce5f371a23d0f994518e10b8af48157046fbe68ab3f974d06988222692f16c41d8b861394e48282d11735d48f07bd929bb7437ee78c3f210a954282fc4709e
7
+ data.tar.gz: 791861fd57987403d1679e87fe6568961620dadaac888522f3e8c656375ac907951a8b5884a162cccb29f2a3b2174825dfbf5a898bb056e1994b540c6154dc93
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-translate_v3beta1
2
2
 
3
+ ### v0.25.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230303
6
+
7
+ ### v0.24.0 (2023-02-19)
8
+
9
+ * Regenerated from discovery document revision 20230210
10
+ * Regenerated using generator version 0.12.0
11
+
3
12
  ### v0.23.0 (2023-01-15)
4
13
 
5
14
  * Regenerated from discovery document revision 20230106
@@ -72,6 +72,14 @@ module Google
72
72
  # @return [String]
73
73
  attr_accessor :customized_attribution
74
74
 
75
+ # Optional. If true, use the text removal server to remove the shadow text on
76
+ # background image for native pdf translation. Shadow removal feature can only
77
+ # be enabled when is_translate_native_pdf_only: false && pdf_native_only: false
78
+ # Corresponds to the JSON property `enableShadowRemovalNativePdf`
79
+ # @return [Boolean]
80
+ attr_accessor :enable_shadow_removal_native_pdf
81
+ alias_method :enable_shadow_removal_native_pdf?, :enable_shadow_removal_native_pdf
82
+
75
83
  # Optional.
76
84
  # Corresponds to the JSON property `formatConversions`
77
85
  # @return [Hash<String,String>]
@@ -126,6 +134,7 @@ module Google
126
134
  # Update properties of this object
127
135
  def update!(**args)
128
136
  @customized_attribution = args[:customized_attribution] if args.key?(:customized_attribution)
137
+ @enable_shadow_removal_native_pdf = args[:enable_shadow_removal_native_pdf] if args.key?(:enable_shadow_removal_native_pdf)
129
138
  @format_conversions = args[:format_conversions] if args.key?(:format_conversions)
130
139
  @glossaries = args[:glossaries] if args.key?(:glossaries)
131
140
  @input_configs = args[:input_configs] if args.key?(:input_configs)
@@ -954,7 +963,8 @@ module Google
954
963
  attr_accessor :document_output_config
955
964
 
956
965
  # Optional. If true, use the text removal server to remove the shadow text on
957
- # background image for native pdf translation.
966
+ # background image for native pdf translation. Shadow removal feature can only
967
+ # be enabled when is_translate_native_pdf_only: false && pdf_native_only: false
958
968
  # Corresponds to the JSON property `enableShadowRemovalNativePdf`
959
969
  # @return [Boolean]
960
970
  attr_accessor :enable_shadow_removal_native_pdf
@@ -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.23.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.1"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230106"
25
+ REVISION = "20230303"
26
26
  end
27
27
  end
28
28
  end
@@ -252,6 +252,7 @@ module Google
252
252
  # @private
253
253
  class Representation < Google::Apis::Core::JsonRepresentation
254
254
  property :customized_attribution, as: 'customizedAttribution'
255
+ property :enable_shadow_removal_native_pdf, as: 'enableShadowRemovalNativePdf'
255
256
  hash :format_conversions, as: 'formatConversions'
256
257
  hash :glossaries, as: 'glossaries', class: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig, decorator: Google::Apis::TranslateV3beta1::TranslateTextGlossaryConfig::Representation
257
258
 
@@ -752,13 +752,7 @@ module Google
752
752
  end
753
753
 
754
754
  # Lists operations that match the specified filter in the request. If the server
755
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
756
- # binding allows API services to override the binding to use different resource
757
- # name schemes, such as `users/*/operations`. To override the binding, API
758
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
759
- # service configuration. For backwards compatibility, the default name includes
760
- # the operations collection id, however overriding users must ensure the name
761
- # binding is the parent resource, without the operations collection id.
755
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
762
756
  # @param [String] name
763
757
  # The name of the operation's parent resource.
764
758
  # @param [String] filter
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.23.0
4
+ version: 0.25.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-01-15 00:00:00.000000000 Z
11
+ date: 2023-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.23.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-translate_v3beta1/v0.25.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: []