google-apis-bigtableadmin_v2 0.89.0 → 0.90.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 91eac0114b68480195381df8e254e54a228a60e35e5364cc671fdf10997176f2
|
|
4
|
+
data.tar.gz: d13db358d92e6bfe455c7ec81da4b964ed1e0ac1bf384b21b7e2409c879cc8a0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3f15996ff84368d840596451065b41907314de545a7281488831bba2f4ed7fdbd01356e110262d62f8335107388a4bc4d0e2a8a51826ff7e6f10aaf80ebef3a5
|
|
7
|
+
data.tar.gz: d2a0ea16a253ac3012c82dd5103c54f7d7d1de8fbd4989085ecfcb70c754ebd8b96c811e2424e4c99cf8887161e18386938c3ab40dc7b6f98f217e5d6817d980
|
data/CHANGELOG.md
CHANGED
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BigtableadminV2
|
|
18
18
|
# Version of the google-apis-bigtableadmin_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.90.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260708"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2303,8 +2303,8 @@ module Google
|
|
|
2303
2303
|
# the following fields: * `change_stream_config` * `change_stream_config.
|
|
2304
2304
|
# retention_period` * `deletion_protection` * `automated_backup_policy` * `
|
|
2305
2305
|
# automated_backup_policy.retention_period` * `automated_backup_policy.frequency`
|
|
2306
|
-
# * `row_key_schema` If `column_families`
|
|
2307
|
-
# return an UNIMPLEMENTED error.
|
|
2306
|
+
# * `automated_backup_policy.locations` * `row_key_schema` If `column_families`
|
|
2307
|
+
# is set in `update_mask`, it will return an UNIMPLEMENTED error.
|
|
2308
2308
|
# @param [String] fields
|
|
2309
2309
|
# Selector specifying which fields to include in a partial response.
|
|
2310
2310
|
# @param [String] quota_user
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-bigtableadmin_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.90.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.90.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|