google-apis-datastore_v1 0.16.0 → 0.17.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: dee0d5a76f68138ea9ca47a441b0e0ed14c43f74c5bc00738c5e6f59e82d4ef2
4
- data.tar.gz: d62ed66d91946f147383b32fda070a9d988da17476ef7392e44298c7a5ca6d82
3
+ metadata.gz: ef72d9afd361464ae2fa67092186ffacbc5c93565d32b9c8d59724dd0e498f02
4
+ data.tar.gz: 18a64f8365a52b45577ded4a67856ba4a82f249976c8bbbfc680ff5ef87ebd56
5
5
  SHA512:
6
- metadata.gz: fcaf002bef055d0be386b926d2d1a2b7a29e4dcfad5a8d09cabbc8bade27968e19d08b1e83f0344a8ac2f0f792fd6ff875325691bb3298849c023c8d745a3b69
7
- data.tar.gz: cce86338697dbaecf148fa03abb725051ce8122f17caefda796fb3886eb065954a4eecb4a13f4c8f0ab86e4465624c9f97e03a91c267a2332c2971b79004da05
6
+ metadata.gz: 89b423364bb9d65eae4467866b41b7e784d4af21aa14e45a8aaf5e02a54e3efbacbafb3b40c753a64357dea64f8ff0119e0b726e5b6f3b422a602275313f89a6
7
+ data.tar.gz: bddd50717e2c7bc591cda179a86d54d4b82050868a97162a43a2b21e13edcec7b51d788e4a770aa92f6d07f4098b80f4c04e32a0116e9dc1cc451b68dc3860e0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.17.0 (2022-08-19)
4
+
5
+ * Regenerated from discovery document revision 20220808
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.16.0 (2022-06-30)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -26,7 +26,8 @@ module Google
26
26
  class AllocateIdsRequest
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # If not empty, the ID of the database against which to make the request.
29
+ # The ID of the database against which to make the request. '(default)' is not
30
+ # allowed; please use empty string '' to refer the default database.
30
31
  # Corresponds to the JSON property `databaseId`
31
32
  # @return [String]
32
33
  attr_accessor :database_id
@@ -92,7 +93,8 @@ module Google
92
93
  class BeginTransactionRequest
93
94
  include Google::Apis::Core::Hashable
94
95
 
95
- # If not empty, the ID of the database against which to make the request.
96
+ # The ID of the database against which to make the request. '(default)' is not
97
+ # allowed; please use empty string '' to refer the default database.
96
98
  # Corresponds to the JSON property `databaseId`
97
99
  # @return [String]
98
100
  attr_accessor :database_id
@@ -139,7 +141,8 @@ module Google
139
141
  class CommitRequest
140
142
  include Google::Apis::Core::Hashable
141
143
 
142
- # If not empty, the ID of the database against which to make the request.
144
+ # The ID of the database against which to make the request. '(default)' is not
145
+ # allowed; please use empty string '' to refer the default database.
143
146
  # Corresponds to the JSON property `databaseId`
144
147
  # @return [String]
145
148
  attr_accessor :database_id
@@ -1432,7 +1435,8 @@ module Google
1432
1435
  class LookupRequest
1433
1436
  include Google::Apis::Core::Hashable
1434
1437
 
1435
- # If not empty, the ID of the database against which to make the request.
1438
+ # The ID of the database against which to make the request. '(default)' is not
1439
+ # allowed; please use empty string '' to refer the default database.
1436
1440
  # Corresponds to the JSON property `databaseId`
1437
1441
  # @return [String]
1438
1442
  attr_accessor :database_id
@@ -1960,8 +1964,7 @@ module Google
1960
1964
  class ReadOptions
1961
1965
  include Google::Apis::Core::Hashable
1962
1966
 
1963
- # The non-transactional read consistency to use. Cannot be set to `STRONG` for
1964
- # global queries.
1967
+ # The non-transactional read consistency to use.
1965
1968
  # Corresponds to the JSON property `readConsistency`
1966
1969
  # @return [String]
1967
1970
  attr_accessor :read_consistency
@@ -2015,7 +2018,8 @@ module Google
2015
2018
  class ReserveIdsRequest
2016
2019
  include Google::Apis::Core::Hashable
2017
2020
 
2018
- # If not empty, the ID of the database against which to make the request.
2021
+ # The ID of the database against which to make the request. '(default)' is not
2022
+ # allowed; please use empty string '' to refer the default database.
2019
2023
  # Corresponds to the JSON property `databaseId`
2020
2024
  # @return [String]
2021
2025
  attr_accessor :database_id
@@ -2054,7 +2058,8 @@ module Google
2054
2058
  class RollbackRequest
2055
2059
  include Google::Apis::Core::Hashable
2056
2060
 
2057
- # If not empty, the ID of the database against which to make the request.
2061
+ # The ID of the database against which to make the request. '(default)' is not
2062
+ # allowed; please use empty string '' to refer the default database.
2058
2063
  # Corresponds to the JSON property `databaseId`
2059
2064
  # @return [String]
2060
2065
  attr_accessor :database_id
@@ -2094,7 +2099,8 @@ module Google
2094
2099
  class RunQueryRequest
2095
2100
  include Google::Apis::Core::Hashable
2096
2101
 
2097
- # If not empty, the ID of the database against which to make the request.
2102
+ # The ID of the database against which to make the request. '(default)' is not
2103
+ # allowed; please use empty string '' to refer the default database.
2098
2104
  # Corresponds to the JSON property `databaseId`
2099
2105
  # @return [String]
2100
2106
  attr_accessor :database_id
@@ -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.16.0"
19
+ GEM_VERSION = "0.17.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220604"
25
+ REVISION = "20220808"
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.16.0
4
+ version: 0.17.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-07-04 00:00:00.000000000 Z
11
+ date: 2022-08-22 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.16.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.17.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: []