File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
generated/google-apis-bigtableadmin_v2
lib/google/apis/bigtableadmin_v2 Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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]
Original file line number Diff line number Diff 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
2828end
You can’t perform that action at this time.
0 commit comments