google-apis-bigtableadmin_v2 0.46.0 → 0.47.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: 0ca8a24258a5f11e841bdcf8b93506b1b63b13f002e037cbf4039b6f942c9e5b
4
- data.tar.gz: 745cfac373d0b479966d877b61e869a9c00840f7f4131ffff903174cd7d5f684
3
+ metadata.gz: cce34b83728d1a9b87325ab59cf65c651c1e6aba751333a9b584985d2f5330ef
4
+ data.tar.gz: 5cdcf440f2387beb9b11e62a3945ca65eff6c4186f4ebd8f37cc74c1ffd5e8c5
5
5
  SHA512:
6
- metadata.gz: ab514ae7a8221f68e2667925cfb151f6e05315700bde51fcf4a745822a2b7eeee1509902e7685ac3a465370ee7ea75abd19c626fa50a8464bb109c1dd59425aa
7
- data.tar.gz: 628d04e348d5f963dcb47d9cf5da75ea29fca1f5987c71322c4440d9345a481761044adab591f14236888fcfb2abbb76a1891e11c69dc635c617811ac0a6292a
6
+ metadata.gz: dfcee1ff6e885ad9714abc79ff97c1b5481ff5d1e0a5067ef9c15b10096efe70f4fddf96f705e6c7aafcea963a0a5dea7962bc62587cebbf9680b62b52a189dc
7
+ data.tar.gz: ff06830f9f16e16f797889bedec7b5878d3bb850440efda9e251a035cd9fe4d538137ac898482169170bcb2b67b6ec32e40010a03d5353b007df942c68a6b3d7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.47.0 (2024-01-28)
4
+
5
+ * Regenerated from discovery document revision 20240120
6
+ * Regenerated using generator version 0.13.1
7
+
3
8
  ### v0.46.0 (2024-01-22)
4
9
 
5
10
  * Regenerated from discovery document revision 20240110
@@ -1792,6 +1792,12 @@ module Google
1792
1792
  class ModifyColumnFamiliesRequest
1793
1793
  include Google::Apis::Core::Hashable
1794
1794
 
1795
+ # Optional. If true, ignore safety checks when modifying the column families.
1796
+ # Corresponds to the JSON property `ignoreWarnings`
1797
+ # @return [Boolean]
1798
+ attr_accessor :ignore_warnings
1799
+ alias_method :ignore_warnings?, :ignore_warnings
1800
+
1795
1801
  # Required. Modifications to be atomically applied to the specified table's
1796
1802
  # families. Entries are applied in order, meaning that earlier modifications can
1797
1803
  # be masked by later ones (in the case of repeated updates to the same family,
@@ -1806,6 +1812,7 @@ module Google
1806
1812
 
1807
1813
  # Update properties of this object
1808
1814
  def update!(**args)
1815
+ @ignore_warnings = args[:ignore_warnings] if args.key?(:ignore_warnings)
1809
1816
  @modifications = args[:modifications] if args.key?(:modifications)
1810
1817
  end
1811
1818
  end
@@ -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.46.0"
19
+ GEM_VERSION = "0.47.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.13.0"
22
+ GENERATOR_VERSION = "0.13.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240110"
25
+ REVISION = "20240120"
26
26
  end
27
27
  end
28
28
  end
@@ -961,6 +961,7 @@ module Google
961
961
  class ModifyColumnFamiliesRequest
962
962
  # @private
963
963
  class Representation < Google::Apis::Core::JsonRepresentation
964
+ property :ignore_warnings, as: 'ignoreWarnings'
964
965
  collection :modifications, as: 'modifications', class: Google::Apis::BigtableadminV2::Modification, decorator: Google::Apis::BigtableadminV2::Modification::Representation
965
966
 
966
967
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-bigtableadmin_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.46.0
4
+ version: 0.47.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-23 00:00:00.000000000 Z
11
+ date: 2024-01-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.46.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.47.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-bigtableadmin_v2
63
63
  post_install_message:
64
64
  rdoc_options: []