google-apis-bigtableadmin_v2 0.47.0 → 0.48.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cce34b83728d1a9b87325ab59cf65c651c1e6aba751333a9b584985d2f5330ef
4
- data.tar.gz: 5cdcf440f2387beb9b11e62a3945ca65eff6c4186f4ebd8f37cc74c1ffd5e8c5
3
+ metadata.gz: f923d21a5cf67da93d38092030e2b7edd01af34a4051f66fe2fbaadfdd681c4a
4
+ data.tar.gz: 274a256f1da51f292d624ff9d49b93a70e480d8e4e69eaecf9d11ae746197d79
5
5
  SHA512:
6
- metadata.gz: dfcee1ff6e885ad9714abc79ff97c1b5481ff5d1e0a5067ef9c15b10096efe70f4fddf96f705e6c7aafcea963a0a5dea7962bc62587cebbf9680b62b52a189dc
7
- data.tar.gz: ff06830f9f16e16f797889bedec7b5878d3bb850440efda9e251a035cd9fe4d538137ac898482169170bcb2b67b6ec32e40010a03d5353b007df942c68a6b3d7
6
+ metadata.gz: 48488521bc3d315b2155cb91b5549e2393f14561d43b07b719d1878ec71cc214991110f2dc3c7a5ebb6040328edffe3e74992ff6371864ae6d829b4da7835cd7
7
+ data.tar.gz: 7629aeb41a1c5d15a28e896fcbfdf2b60d290b14d55eb854b79b8263d0911abaf03568c1271ae6b3f993b0f8e946bf173c1e8d47df8a81c3c5e93651de30b192
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.47.0 (2024-01-28)
4
9
 
5
10
  * Regenerated from discovery document revision 20240120
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
 
@@ -2369,20 +2365,6 @@ module Google
2369
2365
  end
2370
2366
  end
2371
2367
 
2372
- # Checks that all writes before the consistency token was generated is
2373
- # replicated in every cluster and readable.
2374
- class StandardReadRemoteWrites
2375
- include Google::Apis::Core::Hashable
2376
-
2377
- def initialize(**args)
2378
- update!(**args)
2379
- end
2380
-
2381
- # Update properties of this object
2382
- def update!(**args)
2383
- end
2384
- end
2385
-
2386
2368
  # The `Status` type defines a logical error model that is suitable for different
2387
2369
  # programming environments, including REST APIs and RPC APIs. It is used by [
2388
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.47.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.1"
22
+ GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240120"
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
 
@@ -1105,12 +1097,6 @@ module Google
1105
1097
  end
1106
1098
  end
1107
1099
 
1108
- class StandardReadRemoteWrites
1109
- # @private
1110
- class Representation < Google::Apis::Core::JsonRepresentation
1111
- end
1112
- end
1113
-
1114
1100
  class Status
1115
1101
  # @private
1116
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.47.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-28 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.47.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