google-apis-bigtableadmin_v2 0.83.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
|
@@ -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`
|
|
@@ -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:
|