google-apis-bigtableadmin_v2 0.82.0 → 0.83.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: fdfb68e280b3c7806fcfeaf163eeef5d2fad2bf3d138a6f673394760cec64421
|
|
4
|
+
data.tar.gz: c66e199248fc6932b717463323cab6e385360d87acff1aa8d41f0ec6970376ba
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 89053232b603052e8fb5b61211e241a892d2c7cd3f3ada4da3e4a40e047527a927f1021db6b7e2f1659a90dde23abfe2c0ae1bf82f3b0dd4aa7e49aa5ec5b308
|
|
7
|
+
data.tar.gz: 804fb2bd3ba45ef00dff45b7db2795bc2e9f665cfa6d86991cb4bcc57e713198dade4de2ef2e8bd7dd86c9c44b2029382646b73e6e3ec227bf49647436128e04
|
data/CHANGELOG.md
CHANGED
|
@@ -4147,10 +4147,9 @@ module Google
|
|
|
4147
4147
|
attr_accessor :deletion_protection
|
|
4148
4148
|
alias_method :deletion_protection?, :deletion_protection
|
|
4149
4149
|
|
|
4150
|
-
# Immutable. The granularity
|
|
4151
|
-
#
|
|
4152
|
-
#
|
|
4153
|
-
# SCHEMA_VIEW`, `FULL`.
|
|
4150
|
+
# Immutable. The granularity at which timestamps are stored in this table.
|
|
4151
|
+
# Timestamps not matching the granularity will be rejected. If unspecified at
|
|
4152
|
+
# creation time, the value will be set to `MILLIS`. Views: `SCHEMA_VIEW`, `FULL`.
|
|
4154
4153
|
# Corresponds to the JSON property `granularity`
|
|
4155
4154
|
# @return [String]
|
|
4156
4155
|
attr_accessor :granularity
|
|
@@ -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.83.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260225"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.83.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.83.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:
|