google-apis-bigtableadmin_v2 0.46.0 → 0.48.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: f923d21a5cf67da93d38092030e2b7edd01af34a4051f66fe2fbaadfdd681c4a
4
+ data.tar.gz: 274a256f1da51f292d624ff9d49b93a70e480d8e4e69eaecf9d11ae746197d79
5
5
  SHA512:
6
- metadata.gz: ab514ae7a8221f68e2667925cfb151f6e05315700bde51fcf4a745822a2b7eeee1509902e7685ac3a465370ee7ea75abd19c626fa50a8464bb109c1dd59425aa
7
- data.tar.gz: 628d04e348d5f963dcb47d9cf5da75ea29fca1f5987c71322c4440d9345a481761044adab591f14236888fcfb2abbb76a1891e11c69dc635c617811ac0a6292a
6
+ metadata.gz: 48488521bc3d315b2155cb91b5549e2393f14561d43b07b719d1878ec71cc214991110f2dc3c7a5ebb6040328edffe3e74992ff6371864ae6d829b4da7835cd7
7
+ data.tar.gz: 7629aeb41a1c5d15a28e896fcbfdf2b60d290b14d55eb854b79b8263d0911abaf03568c1271ae6b3f993b0f8e946bf173c1e8d47df8a81c3c5e93651de30b192
data/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.48.0 (2024-02-24)
4
+
5
+ * Regenerated from discovery document revision 20240221
6
+ * Regenerated using generator version 0.14.0
7
+
8
+ ### v0.47.0 (2024-01-28)
9
+
10
+ * Regenerated from discovery document revision 20240120
11
+ * Regenerated using generator version 0.13.1
12
+
3
13
  ### v0.46.0 (2024-01-22)
4
14
 
5
15
  * Regenerated from discovery document revision 20240110
data/OVERVIEW.md CHANGED
@@ -83,9 +83,9 @@ 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 2.5+.
86
+ This library is supported on Ruby 2.7+.
87
87
 
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. Currently, this means Ruby 2.5 and later. 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.
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
 
90
90
  ## License
91
91
 
@@ -261,7 +261,7 @@ module Google
261
261
 
262
262
  # Output only. Name of the backup from which this backup was copied. If a backup
263
263
  # is not created by copying a backup, this field will be empty. Values are of
264
- # the form: projects//instances//backups/.
264
+ # the form: projects//instances//clusters//backups/
265
265
  # Corresponds to the JSON property `sourceBackup`
266
266
  # @return [String]
267
267
  attr_accessor :source_backup
@@ -320,7 +320,7 @@ module Google
320
320
 
321
321
  # Output only. Name of the backup from which this backup was copied. If a backup
322
322
  # is not created by copying a backup, this field will be empty. Values are of
323
- # the form: projects//instances//backups/.
323
+ # the form: projects//instances//clusters//backups/
324
324
  # Corresponds to the JSON property `sourceBackup`
325
325
  # @return [String]
326
326
  attr_accessor :source_backup
@@ -431,7 +431,10 @@ module Google
431
431
  attr_accessor :members
432
432
 
433
433
  # Role that is assigned to the list of `members`, or principals. For example, `
434
- # roles/viewer`, `roles/editor`, or `roles/owner`.
434
+ # roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM
435
+ # roles and permissions, see the [IAM documentation](https://cloud.google.com/
436
+ # iam/docs/roles-overview). For a list of the available pre-defined roles, see [
437
+ # here](https://cloud.google.com/iam/docs/understanding-roles).
435
438
  # Corresponds to the JSON property `role`
436
439
  # @return [String]
437
440
  attr_accessor :role
@@ -480,12 +483,6 @@ module Google
480
483
  # @return [String]
481
484
  attr_accessor :consistency_token
482
485
 
483
- # Checks that all writes before the consistency token was generated is
484
- # replicated in every cluster and readable.
485
- # Corresponds to the JSON property `standardReadRemoteWrites`
486
- # @return [Google::Apis::BigtableadminV2::StandardReadRemoteWrites]
487
- attr_accessor :standard_read_remote_writes
488
-
489
486
  def initialize(**args)
490
487
  update!(**args)
491
488
  end
@@ -493,7 +490,6 @@ module Google
493
490
  # Update properties of this object
494
491
  def update!(**args)
495
492
  @consistency_token = args[:consistency_token] if args.key?(:consistency_token)
496
- @standard_read_remote_writes = args[:standard_read_remote_writes] if args.key?(:standard_read_remote_writes)
497
493
  end
498
494
  end
499
495
 
@@ -1792,6 +1788,12 @@ module Google
1792
1788
  class ModifyColumnFamiliesRequest
1793
1789
  include Google::Apis::Core::Hashable
1794
1790
 
1791
+ # Optional. If true, ignore safety checks when modifying the column families.
1792
+ # Corresponds to the JSON property `ignoreWarnings`
1793
+ # @return [Boolean]
1794
+ attr_accessor :ignore_warnings
1795
+ alias_method :ignore_warnings?, :ignore_warnings
1796
+
1795
1797
  # Required. Modifications to be atomically applied to the specified table's
1796
1798
  # families. Entries are applied in order, meaning that earlier modifications can
1797
1799
  # be masked by later ones (in the case of repeated updates to the same family,
@@ -1806,6 +1808,7 @@ module Google
1806
1808
 
1807
1809
  # Update properties of this object
1808
1810
  def update!(**args)
1811
+ @ignore_warnings = args[:ignore_warnings] if args.key?(:ignore_warnings)
1809
1812
  @modifications = args[:modifications] if args.key?(:modifications)
1810
1813
  end
1811
1814
  end
@@ -2362,20 +2365,6 @@ module Google
2362
2365
  end
2363
2366
  end
2364
2367
 
2365
- # Checks that all writes before the consistency token was generated is
2366
- # replicated in every cluster and readable.
2367
- class StandardReadRemoteWrites
2368
- include Google::Apis::Core::Hashable
2369
-
2370
- def initialize(**args)
2371
- update!(**args)
2372
- end
2373
-
2374
- # Update properties of this object
2375
- def update!(**args)
2376
- end
2377
- end
2378
-
2379
2368
  # The `Status` type defines a logical error model that is suitable for different
2380
2369
  # programming environments, including REST APIs and RPC APIs. It is used by [
2381
2370
  # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
@@ -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.48.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.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240110"
25
+ REVISION = "20240221"
26
26
  end
27
27
  end
28
28
  end
@@ -406,12 +406,6 @@ module Google
406
406
  include Google::Apis::Core::JsonObjectSupport
407
407
  end
408
408
 
409
- class StandardReadRemoteWrites
410
- class Representation < Google::Apis::Core::JsonRepresentation; end
411
-
412
- include Google::Apis::Core::JsonObjectSupport
413
- end
414
-
415
409
  class Status
416
410
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
411
 
@@ -587,8 +581,6 @@ module Google
587
581
  # @private
588
582
  class Representation < Google::Apis::Core::JsonRepresentation
589
583
  property :consistency_token, as: 'consistencyToken'
590
- property :standard_read_remote_writes, as: 'standardReadRemoteWrites', class: Google::Apis::BigtableadminV2::StandardReadRemoteWrites, decorator: Google::Apis::BigtableadminV2::StandardReadRemoteWrites::Representation
591
-
592
584
  end
593
585
  end
594
586
 
@@ -961,6 +953,7 @@ module Google
961
953
  class ModifyColumnFamiliesRequest
962
954
  # @private
963
955
  class Representation < Google::Apis::Core::JsonRepresentation
956
+ property :ignore_warnings, as: 'ignoreWarnings'
964
957
  collection :modifications, as: 'modifications', class: Google::Apis::BigtableadminV2::Modification, decorator: Google::Apis::BigtableadminV2::Modification::Representation
965
958
 
966
959
  end
@@ -1104,12 +1097,6 @@ module Google
1104
1097
  end
1105
1098
  end
1106
1099
 
1107
- class StandardReadRemoteWrites
1108
- # @private
1109
- class Representation < Google::Apis::Core::JsonRepresentation
1110
- end
1111
- end
1112
-
1113
1100
  class Status
1114
1101
  # @private
1115
1102
  class Representation < Google::Apis::Core::JsonRepresentation
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.48.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-02-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.12.0
19
+ version: 0.14.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.12.0
29
+ version: 0.14.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.48.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: []
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '2.5'
71
+ version: '2.7'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.5.3
78
+ rubygems_version: 3.5.6
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Bigtable Admin API V2