google-apis-backupdr_v1 0.15.0 → 0.16.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: 948d765c22be8d2fc85dc517b537cf4776d9c0321a3780116ff1fa4fa6add8a3
4
- data.tar.gz: 8a97d0a9f069b633d6c0b8cc18cbf22dc257ebdfe3529ff64e4f528111229b1a
3
+ metadata.gz: 84a5ba66025359f10cb524acd85674a44a1e6668637d21b9d760c311f13ffde3
4
+ data.tar.gz: 6bd4b48b44227cbc049f0fb07569dee6aea3d017f7faab4ad5c61f2cfdaca432
5
5
  SHA512:
6
- metadata.gz: 158ecdaf73a17288863a4d715f54e71cc289c16d9a5a3464610187ada38f8f6359b1688f8a6b07ba10ba9f9d62ac13ccc988a5e343d5c6b29727dbbf40c7af55
7
- data.tar.gz: 372877f4408dd7879b7f4577d98f03addd539dee452fc3ce90f95f2bda9ab5d2a174adfa085ba7e5a1c8d28a3c45c768e9fd5caf1a73b862cf763742f506f0ee
6
+ metadata.gz: 250cb24f8537fe086f4fe67ff364784ba1a40f677e7b18b43aeb067e6e46697be8c6c757668f5bd35a46d5030adb363481f1ab7ae52ca0d848b6f70549af52a6
7
+ data.tar.gz: ad8fbb356953ec7249ae801c024ef1bce95ab67c21393ed86f5bfa1b861149feb8eb57532cc36ba063a98746dac4c1cf5d1dfc00cbb5f8bc25cd66327981d400
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.16.0 (2024-09-15)
4
+
5
+ * Regenerated from discovery document revision 20240904
6
+
3
7
  ### v0.15.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240815
@@ -845,7 +845,7 @@ module Google
845
845
  end
846
846
  end
847
847
 
848
- # A `BackupPlan` specifies some common fields, such as `display_name` as well as
848
+ # A `BackupPlan` specifies some common fields, such as `description` as well as
849
849
  # one or more `BackupRule` messages. Each `BackupRule` has a retention policy
850
850
  # and defines a schedule by which the system is to perform backup workloads.
851
851
  class BackupPlan
@@ -1413,6 +1413,11 @@ module Google
1413
1413
  # @return [String]
1414
1414
  attr_accessor :key_revocation_action_type
1415
1415
 
1416
+ # Labels to apply to instances that are created from these properties.
1417
+ # Corresponds to the JSON property `labels`
1418
+ # @return [Hash<String,String>]
1419
+ attr_accessor :labels
1420
+
1416
1421
  # The machine type to use for instances that are created from these properties.
1417
1422
  # Corresponds to the JSON property `machineType`
1418
1423
  # @return [String]
@@ -1474,6 +1479,7 @@ module Google
1474
1479
  @disk = args[:disk] if args.key?(:disk)
1475
1480
  @guest_accelerator = args[:guest_accelerator] if args.key?(:guest_accelerator)
1476
1481
  @key_revocation_action_type = args[:key_revocation_action_type] if args.key?(:key_revocation_action_type)
1482
+ @labels = args[:labels] if args.key?(:labels)
1477
1483
  @machine_type = args[:machine_type] if args.key?(:machine_type)
1478
1484
  @metadata = args[:metadata] if args.key?(:metadata)
1479
1485
  @min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BackupdrV1
18
18
  # Version of the google-apis-backupdr_v1 gem
19
- GEM_VERSION = "0.15.0"
19
+ GEM_VERSION = "0.16.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 = "20240815"
25
+ REVISION = "20240904"
26
26
  end
27
27
  end
28
28
  end
@@ -934,6 +934,7 @@ module Google
934
934
  collection :guest_accelerator, as: 'guestAccelerator', class: Google::Apis::BackupdrV1::AcceleratorConfig, decorator: Google::Apis::BackupdrV1::AcceleratorConfig::Representation
935
935
 
936
936
  property :key_revocation_action_type, as: 'keyRevocationActionType'
937
+ hash :labels, as: 'labels'
937
938
  property :machine_type, as: 'machineType'
938
939
  property :metadata, as: 'metadata', class: Google::Apis::BackupdrV1::Metadata, decorator: Google::Apis::BackupdrV1::Metadata::Representation
939
940
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-backupdr_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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-25 00:00:00.000000000 Z
11
+ date: 2024-09-15 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-backupdr_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-backupdr_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-backupdr_v1
63
63
  post_install_message:
64
64
  rdoc_options: []