google-apis-datastore_v1 0.40.0 → 0.41.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: 3948fb01c0e464276aa4b17a4344ea876f15d8a10ded3c0536bf4d8ba1d4ec85
4
- data.tar.gz: 99caa454d159919e03b173038ee3c015a4f60ef14293f2f706aeaff166dbdb71
3
+ metadata.gz: f513dc3dc6dc9d373a0a9de18f62f191c8507bf9ab1f78a0dfd3b125daa75f27
4
+ data.tar.gz: 1fc4587db83cda715fb5b2b88708cfec759283f8e19c16dd8856eaf25f310170
5
5
  SHA512:
6
- metadata.gz: 8f3317a8ac15315ad8eddb7d91202631446f5f7ebdf8729ad6c191bc64c68fe59412aad48442d7e053294babc56f2efedc3fede8cbdfbd9b95410967a8f67660
7
- data.tar.gz: 70975e6ae0581b75dae441657dc8df94e40cd2aa646b1687e4473b45bc9f481a75afd70de80f75a8c8f28670bd4fd43ab03ca6ca97f977f56807ef11caf83a4f
6
+ metadata.gz: 1a219f62f8d86b3da93617fe5426dcc043e3b4031179d7ce40bc83ba44478aaacaf92fc66ae81f6b52efc54f973fefec04d22f6476062fbb2f3a2c7e49c7521a
7
+ data.tar.gz: 96af73574b21afe12b8b3678bed34e685294f84c7e20ffd97f776de22e742d3a070d2da5f2106337ab63f1f7033de0085319210f5f24f1d143c13c4cda892eae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.41.0 (2024-12-15)
4
+
5
+ * Regenerated from discovery document revision 20241204
6
+
3
7
  ### v0.40.0 (2024-11-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20241018
@@ -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.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20241018"
25
+ REVISION = "20241204"
26
26
  end
27
27
  end
28
28
  end
@@ -553,8 +553,8 @@ module Google
553
553
  # Clients can use Operations.GetOperation or other methods to check whether the
554
554
  # cancellation succeeded or whether the operation completed despite cancellation.
555
555
  # On successful cancellation, the operation is not deleted; instead, it becomes
556
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
557
- # corresponding to `Code.CANCELLED`.
556
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
557
+ # , corresponding to `Code.CANCELLED`.
558
558
  # @param [String] name
559
559
  # The name of the operation resource to be cancelled.
560
560
  # @param [String] fields
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.40.0
4
+ version: 0.41.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: 2024-11-03 00:00:00.000000000 Z
11
+ date: 2024-12-15 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.41.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.21
78
+ rubygems_version: 3.5.23
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Datastore API V1