google-apis-vision_v1 0.20.0 → 0.21.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: c07b6a9b18fb209c522021df6fd282d9d1006ae3cf9ea3a92311e477995d2baf
4
- data.tar.gz: 96c45c71ea1c24f762948f96dc2ad052e623573bfc7c13cdce5645b488c4070e
3
+ metadata.gz: 1b6e29fd1ccd5dd70a3caf0b054a8ecfd386f6889dbef00effe4907e79866a04
4
+ data.tar.gz: 7a3c1db5ee9305f7e2c21587cf4328b4ac1364f556ccce5eda7877f0098e0033
5
5
  SHA512:
6
- metadata.gz: 3703716bea25eed603d1c33a86c0fdf8708110feb6a3b9f2d13b08003b1a352dcf02981974d1f8e4386978f8fa44c635d9e17de406ae1fa59b80c4149a57e3ab
7
- data.tar.gz: eebec3db478cd4faaf02310c5442bc744aa2a84ffcc34072fa06bd2ea22e3f3a3dbe7d547148f69228f4be3b2f529c90198ba2edbc06459c0e5837a4475d5c77
6
+ metadata.gz: c8f7012454ea043a102eb4cb0753b1e3d9db68c037a300c47adf90131cbb2e3a8121d439e1689a1c6d2b4f604bb2162e2ef8969dae5f489db8db7fa04c219287
7
+ data.tar.gz: e6feddd84e8e67342de86ff62e91e1ea841365b4a37d0b3164c258b0dba146af183fd02b606d34de758941ff08efcd34e0f6c2e42e95feb87af34f8174395758
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vision_v1
2
2
 
3
+ ### v0.21.0 (2023-03-12)
4
+
5
+ * Regenerated from discovery document revision 20230303
6
+
3
7
  ### v0.20.0 (2023-02-26)
4
8
 
5
9
  * Regenerated using generator version 0.12.0
@@ -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.20.0"
19
+ GEM_VERSION = "0.21.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 = "20220915"
25
+ REVISION = "20230303"
26
26
  end
27
27
  end
28
28
  end
@@ -321,13 +321,7 @@ module Google
321
321
  end
322
322
 
323
323
  # Lists operations that match the specified filter in the request. If the server
324
- # doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name`
325
- # binding allows API services to override the binding to use different resource
326
- # name schemes, such as `users/*/operations`. To override the binding, API
327
- # services can add a binding such as `"/v1/`name=users/*`/operations"` to their
328
- # service configuration. For backwards compatibility, the default name includes
329
- # the operations collection id, however overriding users must ensure the name
330
- # binding is the parent resource, without the operations collection id.
324
+ # doesn't support this method, it returns `UNIMPLEMENTED`.
331
325
  # @param [String] name
332
326
  # The name of the operation's parent resource.
333
327
  # @param [String] filter
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-vision_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.20.0
4
+ version: 0.21.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-02-26 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
@@ -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-vision_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.20.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1/v0.21.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1
63
63
  post_install_message:
64
64
  rdoc_options: []