google-apis-datastore_v1 0.11.0 → 0.12.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: 6292f4e8adb28d7753b2772082c3ac278035d72e90384aa391829a471d015a41
4
- data.tar.gz: 1d276b701ee28bed4009a7417c31f09cf549227299ca552c859cedf847fa0d3d
3
+ metadata.gz: cb6df27ac81fdd757bdc6f4358184392f2373a8dd8bf5808df4b935df167dd28
4
+ data.tar.gz: cc388be896c2234b538412d94a47d1f8f400c5239318bfd1b862865190c73ad6
5
5
  SHA512:
6
- metadata.gz: 1382065d102e107b48253203395eeece7689a4e918119a2c709d54e48972851d8adb2ef82308994c75e7760e9a11a1405d01730c85f0b2ca97b79c5ca1260065
7
- data.tar.gz: 2a93ad9265e384ce4e8dc72908a78b4bf1ba39394d08b66fd3e74e6739e8b38a276b89516449fbe9d062e6679ffce2c35527d268532150e20ad40894a6961a9c
6
+ metadata.gz: '0802febe9d1937db247299d78906f2d02c5c909398705d816578074ad9815044718ed3efa777527710b5922fa835909325a9954a877bc7994e1d9b1e7a8accfd'
7
+ data.tar.gz: 6aeeff5d29660cbdb03d24730aa33302fae4a7b99a6cc8e10d5f4731cb2228233a04542cfec757406e81aac8cdebaaa2bebb5663be62a154716032acb5e1deb8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.12.0 (2022-03-30)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
3
7
  ### v0.11.0 (2022-01-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20220110
@@ -216,8 +216,7 @@ module Google
216
216
  # A generic empty message that you can re-use to avoid defining duplicated empty
217
217
  # messages in your APIs. A typical example is to use it as the request or the
218
218
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
219
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
220
- # `Empty` is empty JSON object ````.
219
+ # protobuf.Empty) returns (google.protobuf.Empty); `
221
220
  class Empty
222
221
  include Google::Apis::Core::Hashable
223
222
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastoreV1
18
18
  # Version of the google-apis-datastore_v1 gem
19
- GEM_VERSION = "0.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220110"
25
+ REVISION = "20220319"
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-datastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.12.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: 2022-01-24 00:00:00.000000000 Z
11
+ date: 2022-04-04 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-datastore_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.12.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastore_v1
63
63
  post_install_message:
64
64
  rdoc_options: []