google-apis-bigtableadmin_v2 0.87.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: e67cd2a241042fc0cea7dd67ee951d0d54e713a4736ee76db51b996cecbc3d1a
4
- data.tar.gz: 5b2dc52c4f26e60cccc75a65824aa3c4afc02416342830653f63d7dc8b0b0601
3
+ metadata.gz: 148000b9156acb36604434588ed9573600618405cee9f159eb0dd5fd5c9cc2ea
4
+ data.tar.gz: efed0d855c829279c02998f08d74ee6db897b3f00bbca6aec9a5d477c735d5fd
5
5
  SHA512:
6
- metadata.gz: 71444c5c66abbd811ab5873094a0f6e047d6e00d3a3b1227640552b6329311fbfd26a4a88dc4ea361c0f27d849599efbeaf8014f5e63ca0a2513778402889286
7
- data.tar.gz: 37abfa73300424ab1c532e1552d16be8c810264c60e8b6afc662713501326fc6dba9cf9cccbd541640d992f10ee738836e7e1f7e1b1c6541d444a19e623e726c
6
+ metadata.gz: 6691e01d38f863c4c453681132e36a8a63a3ffe2d6576df9f633cb0ca6da72db1e199d5e4f04d905000aa6a226578d2669899164265e9bef5a24b0be7bba7c52
7
+ data.tar.gz: d08033035c9344e18da79627892d5a55e8e3285020ebeaa8b288c7c0bd68280a1da13579949ed2d973426a61c2c030b0164cadec9353622dc7a2df43a3c4aab7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.89.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260624
6
+
7
+ ### v0.88.0 (2026-06-14)
8
+
9
+ * Regenerated using generator version 0.19.0
10
+
3
11
  ### v0.87.0 (2026-05-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20260514
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/bigtable/) may provide guid
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -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.87.0"
19
+ GEM_VERSION = "0.89.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260514"
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.87.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.87.0
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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="