google-apis-bigtableadmin_v2 0.91.0 → 0.92.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: 22392863d43d71e5db8c4e47b80fce03f70d6f9a3f93d76ec32a1520ac74e7e5
|
|
4
|
+
data.tar.gz: 1e2822b5cb21a5f9debfbdfab86748471eba4d6cf718e7c7396a9b8b40a68cb6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74ae43f5cf6e164b170e6051a1838379112ed9e98437fd5b1480eda15c1b43a8558eef2b6ce98742970727dae16c5cb1467603febd01c87075fb342974f72b7b
|
|
7
|
+
data.tar.gz: 3934172c4583af09b50be8d72d0889c44869f4db7105f44995053ed7f882a406e894af5f525bf0bdb060d05b6f30cb5b58082d971bff5357e1a9a1c29b91d3e5
|
data/CHANGELOG.md
CHANGED
|
@@ -2914,7 +2914,10 @@ module Google
|
|
|
2914
2914
|
# regular expression: `\p`Ll`\p`Lo``0,62``. * Label values must be between 0 and
|
|
2915
2915
|
# 63 characters long and must conform to the regular expression: `[\p`Ll`\p`Lo`\
|
|
2916
2916
|
# p`N`_-]`0,63``. * No more than 64 labels can be associated with a given
|
|
2917
|
-
# resource. * Keys and values must both be under 128 bytes.
|
|
2917
|
+
# resource. * Keys and values must both be under 128 bytes. Labels and Tags (
|
|
2918
|
+
# below) are both used to bind metadata to resources, with different use-cases.
|
|
2919
|
+
# See https://cloud.google.com/resource-manager/docs/tags/tags-overview for an
|
|
2920
|
+
# in-depth overview on the difference between tags and labels.
|
|
2918
2921
|
# Corresponds to the JSON property `labels`
|
|
2919
2922
|
# @return [Hash<String,String>]
|
|
2920
2923
|
attr_accessor :labels
|
|
@@ -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.92.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 = "20260817"
|
|
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.92.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.92.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:
|