google-apis-bigtableadmin_v2 0.86.0 → 0.88.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: b9f9a44b89c917b48fbcd4349ca26dfa969f4d3da9eafbb7fb72cc2b14e9f3ac
4
- data.tar.gz: 3d7d460c9500aade599d923a7a42f634d30ef668fea56ad8109fe85c1c0dd2f2
3
+ metadata.gz: 5f23ff1bb23292dc1f3a1bbb10d92ee4493f49d9e1c0e12842987a53c5b702f4
4
+ data.tar.gz: 24f307e038e033b350f7d440086ba04458ff130f2cfe0bb62fc1a14464fd0c14
5
5
  SHA512:
6
- metadata.gz: c62fe529dd2fb97eff07171ac9dd691d4b2549abc67103c24802ebb3a69d58063d391942c0ae721548ef970179ab469961c0fff364aa025b14baec89413c85b7
7
- data.tar.gz: 4681e8b8ff5f90b36bcc20d842c0f3d8724b5ee51ae07219566dcf8b6848bba38ea59cd50651f2a7c2ce096607c6af8c997eb8debf355cfc32b112dbe40881d6
6
+ metadata.gz: b942af0cd4dff3e73a5ba7a4229331117a87a666552c08fb642f03bdde0091e71abd980381750acd1d18ca5f0aec867cb3935fc6cb1483aa3392043e41b02354
7
+ data.tar.gz: 3b2624d60df1930268db76bd443d55768227f62241b4e8b23c14ce9a84d9cb481a805fda51ecde8bb87d945be7292fc59f0870527722f164b3374ff1ee059963
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.88.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.87.0 (2026-05-24)
8
+
9
+ * Regenerated from discovery document revision 20260514
10
+
3
11
  ### v0.86.0 (2026-05-03)
4
12
 
5
13
  * Regenerated from discovery document revision 20260425
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
 
@@ -227,7 +227,7 @@ module Google
227
227
  # Optional. A list of Cloud Bigtable zones where automated backups are allowed
228
228
  # to be created. If empty, automated backups will be created in all zones of the
229
229
  # instance. Locations are in the format `projects/`project`/locations/`zone``.
230
- # This field can only set for tables in Enterprise Plus instances.
230
+ # You can set this field only for tables in Enterprise Plus instances.
231
231
  # Corresponds to the JSON property `locations`
232
232
  # @return [Array<String>]
233
233
  attr_accessor :locations
@@ -3970,7 +3970,7 @@ module Google
3970
3970
  end
3971
3971
  end
3972
3972
 
3973
- # Represents a protobuf schema.
3973
+ # Represents a collection of protobuf schemas.
3974
3974
  class ProtoSchema
3975
3975
  include Google::Apis::Core::Hashable
3976
3976
 
@@ -4141,7 +4141,7 @@ module Google
4141
4141
  # @return [String]
4142
4142
  attr_accessor :name
4143
4143
 
4144
- # Represents a protobuf schema.
4144
+ # Represents a collection of protobuf schemas.
4145
4145
  # Corresponds to the JSON property `protoSchema`
4146
4146
  # @return [Google::Apis::BigtableadminV2::ProtoSchema]
4147
4147
  attr_accessor :proto_schema
@@ -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.86.0"
19
+ GEM_VERSION = "0.88.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 = "20260425"
25
+ REVISION = "20260514"
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.86.0
4
+ version: 0.88.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.86.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.88.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
  - - ">="