google-apis-bigtableadmin_v2 0.88.0 → 0.89.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: 148000b9156acb36604434588ed9573600618405cee9f159eb0dd5fd5c9cc2ea
|
|
4
|
+
data.tar.gz: efed0d855c829279c02998f08d74ee6db897b3f00bbca6aec9a5d477c735d5fd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6691e01d38f863c4c453681132e36a8a63a3ffe2d6576df9f633cb0ca6da72db1e199d5e4f04d905000aa6a226578d2669899164265e9bef5a24b0be7bba7c52
|
|
7
|
+
data.tar.gz: d08033035c9344e18da79627892d5a55e8e3285020ebeaa8b288c7c0bd68280a1da13579949ed2d973426a61c2c030b0164cadec9353622dc7a2df43a3c4aab7
|
data/CHANGELOG.md
CHANGED
|
@@ -2881,6 +2881,12 @@ module Google
|
|
|
2881
2881
|
# @return [String]
|
|
2882
2882
|
attr_accessor :edition
|
|
2883
2883
|
|
|
2884
|
+
# Output only. The region where Knowledge Catalog data is synced to and stored,
|
|
2885
|
+
# including user-created aspects.
|
|
2886
|
+
# Corresponds to the JSON property `knowledgeCatalogRegion`
|
|
2887
|
+
# @return [String]
|
|
2888
|
+
attr_accessor :knowledge_catalog_region
|
|
2889
|
+
|
|
2884
2890
|
# Labels are a flexible and lightweight mechanism for organizing cloud resources
|
|
2885
2891
|
# into groups that reflect a customer's organizational needs and deployment
|
|
2886
2892
|
# strategies. They can be used to filter resources and aggregate metrics. *
|
|
@@ -2940,6 +2946,7 @@ module Google
|
|
|
2940
2946
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
2941
2947
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2942
2948
|
@edition = args[:edition] if args.key?(:edition)
|
|
2949
|
+
@knowledge_catalog_region = args[:knowledge_catalog_region] if args.key?(:knowledge_catalog_region)
|
|
2943
2950
|
@labels = args[:labels] if args.key?(:labels)
|
|
2944
2951
|
@name = args[:name] if args.key?(:name)
|
|
2945
2952
|
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
|
@@ -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.89.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 = "20260624"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1739,6 +1739,7 @@ module Google
|
|
|
1739
1739
|
property :create_time, as: 'createTime'
|
|
1740
1740
|
property :display_name, as: 'displayName'
|
|
1741
1741
|
property :edition, as: 'edition'
|
|
1742
|
+
property :knowledge_catalog_region, as: 'knowledgeCatalogRegion'
|
|
1742
1743
|
hash :labels, as: 'labels'
|
|
1743
1744
|
property :name, as: 'name'
|
|
1744
1745
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
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.89.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.89.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:
|