google-apis-bigtableadmin_v2 0.60.0 → 0.61.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: b4c09dbeabfa6dd4788312f0890abc9043789450f72a5bbe6c7281849cbe7794
4
- data.tar.gz: 996f1b7fc35dad56769238b00dac195dce2059e88076831d904966a9bc71ae28
3
+ metadata.gz: 062f9174ffddb73726efbb4b686ac20e900592ccf07467d205e96eceaaf00203
4
+ data.tar.gz: 5fe35963daae1d85863a2dd75bfe71399c7a0d1b81d29b7c8f39eb6e990af877
5
5
  SHA512:
6
- metadata.gz: 59dd4890043ca97d899e051ff7f53876dedbc9e615d919e1c2e0bce1cfbb4a87ec44e86d25c62b0a6e940ce9bd0cc95aa812af3f4e505345932f55987c5cc602
7
- data.tar.gz: 34130cefed8ce7773d8d4f7e43db22c7c35fcbf9a9e9f52ada5b63224cc7e1d2f13f2112b8601c30bbe5c1d20b0d15ff519047f264c307f86170824de2ddb54d
6
+ metadata.gz: b51f0910de47d058c67e504caafc2d6bcf73e01b6c3c9a267da7ebbbf6687bdb2749f8ce48574b6bf2446fea33c6f6478941b4e2cc66c313b028678137d10b6b
7
+ data.tar.gz: 285e24a98c8f6e6c39d2e204f711f28394b580fb2734d6a0f713033ee88a3f5064aa446ba4efc44a0ea37c52c55c0a08afe096787ba492a54b7b84e8d1c53b54
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-bigtableadmin_v2
2
2
 
3
+ ### v0.61.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240824
6
+
3
7
  ### v0.60.0 (2024-08-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20240806
@@ -301,11 +301,6 @@ module Google
301
301
  class Backup
302
302
  include Google::Apis::Core::Hashable
303
303
 
304
- # Indicates the backup type of the backup.
305
- # Corresponds to the JSON property `backupType`
306
- # @return [String]
307
- attr_accessor :backup_type
308
-
309
304
  # Encryption information for a given resource. If this resource is protected
310
305
  # with customer managed encryption, the in-use Cloud Key Management Service (
311
306
  # Cloud KMS) key version is specified along with its status.
@@ -327,16 +322,6 @@ module Google
327
322
  # @return [String]
328
323
  attr_accessor :expire_time
329
324
 
330
- # The time at which the hot backup will be converted to a standard backup. Once
331
- # the `hot_to_standard_time` has passed, Cloud Bigtable will convert the hot
332
- # backup to a standard backup. This value must be greater than the backup
333
- # creation time by: - At least 24 hours This field only applies for hot backups.
334
- # When creating or updating a standard backup, attempting to set this field will
335
- # fail the request.
336
- # Corresponds to the JSON property `hotToStandardTime`
337
- # @return [String]
338
- attr_accessor :hot_to_standard_time
339
-
340
325
  # A globally unique identifier for the backup which cannot be changed. Values
341
326
  # are of the form `projects/`project`/instances/`instance`/clusters/`cluster`/
342
327
  # backups/_a-zA-Z0-9*` The final segment of the name must be between 1 and 50
@@ -384,11 +369,9 @@ module Google
384
369
 
385
370
  # Update properties of this object
386
371
  def update!(**args)
387
- @backup_type = args[:backup_type] if args.key?(:backup_type)
388
372
  @encryption_info = args[:encryption_info] if args.key?(:encryption_info)
389
373
  @end_time = args[:end_time] if args.key?(:end_time)
390
374
  @expire_time = args[:expire_time] if args.key?(:expire_time)
391
- @hot_to_standard_time = args[:hot_to_standard_time] if args.key?(:hot_to_standard_time)
392
375
  @name = args[:name] if args.key?(:name)
393
376
  @size_bytes = args[:size_bytes] if args.key?(:size_bytes)
394
377
  @source_backup = args[:source_backup] if args.key?(:source_backup)
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240806"
25
+ REVISION = "20240824"
26
26
  end
27
27
  end
28
28
  end
@@ -779,12 +779,10 @@ module Google
779
779
  class Backup
780
780
  # @private
781
781
  class Representation < Google::Apis::Core::JsonRepresentation
782
- property :backup_type, as: 'backupType'
783
782
  property :encryption_info, as: 'encryptionInfo', class: Google::Apis::BigtableadminV2::EncryptionInfo, decorator: Google::Apis::BigtableadminV2::EncryptionInfo::Representation
784
783
 
785
784
  property :end_time, as: 'endTime'
786
785
  property :expire_time, as: 'expireTime'
787
- property :hot_to_standard_time, as: 'hotToStandardTime'
788
786
  property :name, as: 'name'
789
787
  property :size_bytes, :numeric_string => true, as: 'sizeBytes'
790
788
  property :source_backup, as: 'sourceBackup'
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.60.0
4
+ version: 0.61.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-08-18 00:00:00.000000000 Z
11
+ date: 2024-09-01 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-bigtableadmin_v2/v0.61.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: []