google-apis-bigtableadmin_v2 0.82.0 → 0.84.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: fb359fcab3975d2c755ad589d4b8c7ddfed90f1d511057bbe38c373181f8a9a3
|
|
4
|
+
data.tar.gz: 16295316bfa4e42bf4e4bd2dd65147d7fa04c8893c0e2ff80d73952057371301
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6b670c16e6434ede05680a8e23ee8cc7353e3e51284b587ecb627939459e08edbd8636c3e27d3f1829bb971209f7ca5f0911e749127cc42dd6a8db867161a435
|
|
7
|
+
data.tar.gz: cefea2fd5f05f2f0bd299c21fdb5f01e023cf171b462c954e98f751b67a123b3d1414c6079e4b81ccbbc9f08952f1cdc77d41201fdd504f5912334b73a5be9fd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-bigtableadmin_v2
|
|
2
2
|
|
|
3
|
+
### v0.84.0 (2026-03-15)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260307
|
|
6
|
+
|
|
7
|
+
### v0.83.0 (2026-03-08)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260225
|
|
10
|
+
|
|
3
11
|
### v0.82.0 (2026-02-15)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260210
|
|
@@ -42,8 +42,8 @@ module Google
|
|
|
42
42
|
|
|
43
43
|
# Strongly validated etag for optimistic concurrency control. Preserve the value
|
|
44
44
|
# returned from `GetAppProfile` when calling `UpdateAppProfile` to fail the
|
|
45
|
-
# request if there has been a modification in the
|
|
46
|
-
#
|
|
45
|
+
# request if there has been a modification in the meantime. The `update_mask` of
|
|
46
|
+
# the request need not include `etag` for this protection to apply. See [
|
|
47
47
|
# Wikipedia](https://en.wikipedia.org/wiki/HTTP_ETag) and [RFC 7232](https://
|
|
48
48
|
# tools.ietf.org/html/rfc7232#section-2.3) for more details.
|
|
49
49
|
# Corresponds to the JSON property `etag`
|
|
@@ -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.84.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 = "20260307"
|
|
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.84.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.84.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:
|