google-apis-vision_v1p2beta1 0.22.0 → 0.23.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: 57a5eb8f2fb0729c1e90a87373123a6f6c10bbc9d71de3f82278a720a49adfd8
4
- data.tar.gz: 82336c716f3eb6ab642506dea3010e5abca6c0de3b71f4803d83397aecb35550
3
+ metadata.gz: 56e2ab79bd41f27e1d90fdb17705069e5ce476ef7e974c7bcd5b58996a3df822
4
+ data.tar.gz: 988604ca35774984c8e550b8cd7a390a78e3281923dd84e5db11576aacd248b0
5
5
  SHA512:
6
- metadata.gz: 1de33c8133e4f03692fcc1feb539cdd8ed681183ae64f10eaf5e509b405fff985bedcaf000974be95fc7462ef75d699dc1be19c69a98ba6367da31c63e53a477
7
- data.tar.gz: 53f8f63c998bffeb92006ee7b0d97050b3248643b9cc52137cd97a60a72dfa9a954cb79449c7a0e87b5d6572bde64325eaa98c1b44eba6eb56e29f0a5e9c3416
6
+ metadata.gz: 448fd2779ca78cd99021ebaf0bd8f7e10c141d06ef5e36ed57d2e0b388a20689ec13ea111f4a2cf1a36c5219a52b73fef257f99712414c644321486a5079e6c0
7
+ data.tar.gz: fcb12bd2302c3ff8451af358ba1affe9e05f38423d26bc9b922cf10b903f36736c1f3cfec4d4aa7bab14fe9a06a1751f5c22962af021f4862d3a4522a9bea021
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vision_v1p2beta1
2
2
 
3
+ ### v0.23.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.22.0 (2023-06-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20230608
@@ -9059,13 +9059,13 @@ module Google
9059
9059
  # @return [String]
9060
9060
  attr_accessor :name
9061
9061
 
9062
- # The normal response of the operation in case of success. If the original
9063
- # method returns no data on success, such as `Delete`, the response is `google.
9064
- # protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`,
9065
- # the response should be the resource. For other methods, the response should
9066
- # have the type `XxxResponse`, where `Xxx` is the original method name. For
9067
- # example, if the original method name is `TakeSnapshot()`, the inferred
9068
- # response type is `TakeSnapshotResponse`.
9062
+ # The normal, successful response of the operation. If the original method
9063
+ # returns no data on success, such as `Delete`, the response is `google.protobuf.
9064
+ # Empty`. If the original method is standard `Get`/`Create`/`Update`, the
9065
+ # response should be the resource. For other methods, the response should have
9066
+ # the type `XxxResponse`, where `Xxx` is the original method name. For example,
9067
+ # if the original method name is `TakeSnapshot()`, the inferred response type is
9068
+ # `TakeSnapshotResponse`.
9069
9069
  # Corresponds to the JSON property `response`
9070
9070
  # @return [Hash<String,Object>]
9071
9071
  attr_accessor :response
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VisionV1p2beta1
18
18
  # Version of the google-apis-vision_v1p2beta1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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 = "20230608"
25
+ REVISION = "20230804"
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-vision_v1p2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-08-13 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_v1p2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.22.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p2beta1/v0.23.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1p2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []