Skip to content

Commit 6e5249e

Browse files
feat: Automated regeneration of bigtableadmin v2 client (#13172)
Auto-created at 2023-01-04 17:29:50 +0000 using the toys pull request generator.
1 parent 362bb66 commit 6e5249e

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

generated/google-apis-bigtableadmin_v2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-bigtableadmin_v2
22

3+
### v0.31.0 (2023-01-04)
4+
5+
* Regenerated from discovery document revision 20221229
6+
37
### v0.30.0 (2022-11-19)
48

59
* Regenerated from discovery document revision 20221022

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/classes.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2337,8 +2337,8 @@ class Table
23372337
attr_accessor :column_families
23382338

23392339
# Set to true to make the table protected against data loss. i.e. deleting the
2340-
# following resources through Admin APIs are prohibited: - The table. - The
2341-
# column families in the table. - The instance containing the table. Note one
2340+
# following resources through Admin APIs are prohibited: * The table. * The
2341+
# column families in the table. * The instance containing the table. Note one
23422342
# can still delete the data stored in the table through Data APIs.
23432343
# Corresponds to the JSON property `deletionProtection`
23442344
# @return [Boolean]

generated/google-apis-bigtableadmin_v2/lib/google/apis/bigtableadmin_v2/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BigtableadminV2
1818
# Version of the google-apis-bigtableadmin_v2 gem
19-
GEM_VERSION = "0.30.0"
19+
GEM_VERSION = "0.31.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.11.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20221022"
25+
REVISION = "20221229"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)