google-apis-vision_v1p1beta1 0.21.0 → 0.22.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: df5e6e007e065bdb822ab67209de0745b9669dfe270ac1b2dbe30f2b8df5031c
4
- data.tar.gz: 02dd86b245eff2d121090ae4e286f0f48fbbe6bc7c59184dcb790d5e955a7bbe
3
+ metadata.gz: 27a8c3aa7eee18448a18c7d2ef06e23995c0ee60fe89207846bdb472869ce71a
4
+ data.tar.gz: d598339c65069d6bc2f083b82c83eb3b2653cb6f76884b0c900f4b90b65a3d5e
5
5
  SHA512:
6
- metadata.gz: 10da1f42b5cb12928e16e9b76a2499b9021ca0af07210b314e7440d06d95ae74e596cd04f3ae19cf8c07f304d26c893f608fd86b6048e92352f5815e572927ea
7
- data.tar.gz: 3eb825c791d67c7d38cb4a1f0dd07781440b9ec6ec33e0d0fc68ee520672f953e40b70505088b02cfa810288010fd571d8fbcaf23184e0e89228fc7100d7984e
6
+ metadata.gz: 6d8d5f74df8e96f926c802e6780ea46140ec1a1b020a0eef815d52c4a425fa7c594e83e72b3c387153ee8c5371a0b519dc4e0ed2ed38b71292def4077f654284
7
+ data.tar.gz: 21b29f25d4fcc633653cfcb76c7030cd6e7f5bd4aae6b651e647f11fe948130750278fcae47997d5d997650ea7c84bcbff7a5a5a87450c45690e26983b309341
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-vision_v1p1beta1
2
2
 
3
+ ### v0.22.0 (2023-08-13)
4
+
5
+ * Regenerated from discovery document revision 20230804
6
+
3
7
  ### v0.21.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 VisionV1p1beta1
18
18
  # Version of the google-apis-vision_v1p1beta1 gem
19
- GEM_VERSION = "0.21.0"
19
+ GEM_VERSION = "0.22.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_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.21.0
4
+ version: 0.22.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-18 00:00:00.000000000 Z
11
+ date: 2023-08-20 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_v1p1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p1beta1/v0.21.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-vision_v1p1beta1/v0.22.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-vision_v1p1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []