google-apis-vision_v1 0.32.0 → 0.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d89c46ccc57f8f925e23e116964210629da92399f11fe42afa94d75273f08bf8
4
- data.tar.gz: 10a4d810ac5c2cfa8cf67edddd9746f54e5013d617da035841c51016eb5beba7
3
+ metadata.gz: 81239b0bbe4c7244064b4b1d54a506125e1a77b19cc038448f9df12ce1aa0180
4
+ data.tar.gz: 18c9b102991f9853ce6f0c6b2dc3224b1246703a8327ff75aa9a43a0c60b0d86
5
5
  SHA512:
6
- metadata.gz: 52d2e390cb8304221c8578c568444fb50e6f0dd5c02085a0bf056f500921ba10a125b790d1049294593d1ba9d7398db205c3c8d035db42155095c8d9d9ede868
7
- data.tar.gz: 35f0d756e90b50f5cded99307c89e873943b201e9f3e569e7a64e05c5c4589a4b652b042c57b4235c768be3b9245171a8d2d912ef1ce7d988f2f26c4ff93efa7
6
+ metadata.gz: 9b3428774a7e9f733a67d0cd34e617b5a7a72373ebdbea487c06be22ca2f7b516a2b0b64881e924a1044a9e572d29b86bd9e525d0b39ba6578157c328694c538
7
+ data.tar.gz: d5af3ca6ebd1ba137d7952ff3071462a3d2017ad81caaa742b2b50e527858b584ef7952a79075e001916460933562797715b0c8843d3c0acf55b9242a20481e3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-vision_v1
2
2
 
3
+ ### v0.34.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.33.0 (2024-11-24)
8
+
9
+ * Regenerated from discovery document revision 20241115
10
+
3
11
  ### v0.32.0 (2024-09-08)
4
12
 
5
13
  * Regenerated from discovery document revision 20240823
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/vision/) may provide guidan
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VisionV1
18
18
  # Version of the google-apis-vision_v1 gem
19
- GEM_VERSION = "0.32.0"
19
+ GEM_VERSION = "0.34.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.1"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240823"
25
+ REVISION = "20241115"
26
26
  end
27
27
  end
28
28
  end
@@ -224,8 +224,8 @@ module Google
224
224
  # Clients can use Operations.GetOperation or other methods to check whether the
225
225
  # cancellation succeeded or whether the operation completed despite cancellation.
226
226
  # On successful cancellation, the operation is not deleted; instead, it becomes
227
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
228
- # corresponding to `Code.CANCELLED`.
227
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
228
+ # , corresponding to `Code.CANCELLED`.
229
229
  # @param [String] name
230
230
  # The name of the operation resource to be cancelled.
231
231
  # @param [Google::Apis::VisionV1::CancelOperationRequest] cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vision_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.32.0
4
+ version: 0.34.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-09-15 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.32.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.34.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Vision API V1
82
79
  test_files: []