google-apis-datastore_v1 0.15.0 → 0.18.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: 86b5a9e56c9fa3be38fb78e3e67a037f7a0e05719d303278017ae312318f00b3
4
- data.tar.gz: 3e3a1247c10064d9175dbcabeb2195ec634b0e15bc86f8b51d30894485aa33f4
3
+ metadata.gz: 48fd3778a7ef630dd444b1600022b2123356f33dff9534254479e6698b976c1d
4
+ data.tar.gz: ff53b698a2efb5f5d0f2f2fa2aa1f7d9f7eda74a66e73eae7e042171e7d5d83e
5
5
  SHA512:
6
- metadata.gz: dd70503c00917430c9939e933cda1e92876006c1f5b99b4be0d43d8b8de84a05f172428f2426e2d919584c1e5eb16fe4388b132d7541a258895064f901fbeda3
7
- data.tar.gz: 278767ada55d5790e03f3f9aa55d5311fad24f9b963386745c44250870f5675a80967845f13426d0ac53010cf456e20a8b65a21a5cc7ad31944ebac6c7e7b994
6
+ metadata.gz: 293cc1128dc2b8660502b02b36e5dce2638e40c9996aaf1ada513efdbdb83c2c886bf519b62e0bee3dc4b5f71928118f8088fc923c9945ec0b7ec2ff972363bd
7
+ data.tar.gz: 6b7b48dde47176df18eafaa9f5ee4dd6750a1e2d2e72e92f9b500d50bed73e980f98a465947d42dfee3a65e32c6d53c3fb0fd6e0a10d16e8923c59ae9fe133a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-datastore_v1
2
2
 
3
+ ### v0.18.0 (2022-09-10)
4
+
5
+ * Regenerated from discovery document revision 20220830
6
+
7
+ ### v0.17.0 (2022-08-19)
8
+
9
+ * Regenerated from discovery document revision 20220808
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.16.0 (2022-06-30)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.15.0 (2022-06-18)
4
17
 
5
18
  * Regenerated from discovery document revision 20220604
@@ -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
@@ -715,6 +718,7 @@ module Google
715
718
  attr_accessor :project_id
716
719
 
717
720
  # Required. An ordered sequence of property names and their index attributes.
721
+ # Requires: * A maximum of 100 properties.
718
722
  # Corresponds to the JSON property `properties`
719
723
  # @return [Array<Google::Apis::DatastoreV1::GoogleDatastoreAdminV1IndexedProperty>]
720
724
  attr_accessor :properties
@@ -1432,7 +1436,8 @@ module Google
1432
1436
  class LookupRequest
1433
1437
  include Google::Apis::Core::Hashable
1434
1438
 
1435
- # If not empty, the ID of the database against which to make the request.
1439
+ # The ID of the database against which to make the request. '(default)' is not
1440
+ # allowed; please use empty string '' to refer the default database.
1436
1441
  # Corresponds to the JSON property `databaseId`
1437
1442
  # @return [String]
1438
1443
  attr_accessor :database_id
@@ -1960,8 +1965,7 @@ module Google
1960
1965
  class ReadOptions
1961
1966
  include Google::Apis::Core::Hashable
1962
1967
 
1963
- # The non-transactional read consistency to use. Cannot be set to `STRONG` for
1964
- # global queries.
1968
+ # The non-transactional read consistency to use.
1965
1969
  # Corresponds to the JSON property `readConsistency`
1966
1970
  # @return [String]
1967
1971
  attr_accessor :read_consistency
@@ -2015,7 +2019,8 @@ module Google
2015
2019
  class ReserveIdsRequest
2016
2020
  include Google::Apis::Core::Hashable
2017
2021
 
2018
- # If not empty, the ID of the database against which to make the request.
2022
+ # The ID of the database against which to make the request. '(default)' is not
2023
+ # allowed; please use empty string '' to refer the default database.
2019
2024
  # Corresponds to the JSON property `databaseId`
2020
2025
  # @return [String]
2021
2026
  attr_accessor :database_id
@@ -2054,7 +2059,8 @@ module Google
2054
2059
  class RollbackRequest
2055
2060
  include Google::Apis::Core::Hashable
2056
2061
 
2057
- # If not empty, the ID of the database against which to make the request.
2062
+ # The ID of the database against which to make the request. '(default)' is not
2063
+ # allowed; please use empty string '' to refer the default database.
2058
2064
  # Corresponds to the JSON property `databaseId`
2059
2065
  # @return [String]
2060
2066
  attr_accessor :database_id
@@ -2094,7 +2100,8 @@ module Google
2094
2100
  class RunQueryRequest
2095
2101
  include Google::Apis::Core::Hashable
2096
2102
 
2097
- # If not empty, the ID of the database against which to make the request.
2103
+ # The ID of the database against which to make the request. '(default)' is not
2104
+ # allowed; please use empty string '' to refer the default database.
2098
2105
  # Corresponds to the JSON property `databaseId`
2099
2106
  # @return [String]
2100
2107
  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.15.0"
19
+ GEM_VERSION = "0.18.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.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 = "20220830"
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.15.0
4
+ version: 0.18.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-06-20 00:00:00.000000000 Z
11
+ date: 2022-09-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastore_v1/v0.18.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: []