google-apis-backupdr_v1 0.15.0 → 0.17.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: 948d765c22be8d2fc85dc517b537cf4776d9c0321a3780116ff1fa4fa6add8a3
4
- data.tar.gz: 8a97d0a9f069b633d6c0b8cc18cbf22dc257ebdfe3529ff64e4f528111229b1a
3
+ metadata.gz: bffe6bbe1212ed1e7a6d598948bf95ee43d204fa5bac068f835484505ef373d4
4
+ data.tar.gz: e9f0f5fd8ec8ac6152a652becf751a15f0e01490a994ecec13385c3b373cafad
5
5
  SHA512:
6
- metadata.gz: 158ecdaf73a17288863a4d715f54e71cc289c16d9a5a3464610187ada38f8f6359b1688f8a6b07ba10ba9f9d62ac13ccc988a5e343d5c6b29727dbbf40c7af55
7
- data.tar.gz: 372877f4408dd7879b7f4577d98f03addd539dee452fc3ce90f95f2bda9ab5d2a174adfa085ba7e5a1c8d28a3c45c768e9fd5caf1a73b862cf763742f506f0ee
6
+ metadata.gz: 3a36f84e23504ea6227e7a486c2d60d44b1d925b6e2023fc0ba1e91b8dcb96405bfe7afa55b62b2aa7f1c5ef8a7386ca0544afae36ab711de1f375d329d8de5b
7
+ data.tar.gz: 714b7829040835aec60c52ad2f2ff756eca9d761730abb2194b224ddf2a98d694c774c060026a67e454bd960b0303ffd890e404edc8a0841257ddc63de345136
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-backupdr_v1
2
2
 
3
+ ### v0.17.0 (2024-09-22)
4
+
5
+ * Regenerated from discovery document revision 20240913
6
+
7
+ ### v0.16.0 (2024-09-15)
8
+
9
+ * Regenerated from discovery document revision 20240904
10
+
3
11
  ### v0.15.0 (2024-08-25)
4
12
 
5
13
  * 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.17.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 = "20240913"
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
 
@@ -673,6 +673,9 @@ module Google
673
673
  # @param [String] name
674
674
  # Required. Name of the backupvault store resource name, in the format 'projects/
675
675
  # `project_id`/locations/`location`/backupVaults/`resource_name`'
676
+ # @param [String] view
677
+ # Optional. Reserved for future use to provide a BASIC & FULL view of Backup
678
+ # Vault
676
679
  # @param [String] fields
677
680
  # Selector specifying which fields to include in a partial response.
678
681
  # @param [String] quota_user
@@ -690,11 +693,12 @@ module Google
690
693
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
691
694
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
692
695
  # @raise [Google::Apis::AuthorizationError] Authorization is required
693
- def get_project_location_backup_vault(name, fields: nil, quota_user: nil, options: nil, &block)
696
+ def get_project_location_backup_vault(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
694
697
  command = make_simple_command(:get, 'v1/{+name}', options)
695
698
  command.response_representation = Google::Apis::BackupdrV1::BackupVault::Representation
696
699
  command.response_class = Google::Apis::BackupdrV1::BackupVault
697
700
  command.params['name'] = name unless name.nil?
701
+ command.query['view'] = view unless view.nil?
698
702
  command.query['fields'] = fields unless fields.nil?
699
703
  command.query['quotaUser'] = quota_user unless quota_user.nil?
700
704
  execute_or_queue_command(command, &block)
@@ -716,6 +720,9 @@ module Google
716
720
  # If unspecified, server will pick an appropriate default.
717
721
  # @param [String] page_token
718
722
  # Optional. A token identifying a page of results the server should return.
723
+ # @param [String] view
724
+ # Optional. Reserved for future use to provide a BASIC & FULL view of Backup
725
+ # Vault.
719
726
  # @param [String] fields
720
727
  # Selector specifying which fields to include in a partial response.
721
728
  # @param [String] quota_user
@@ -733,7 +740,7 @@ module Google
733
740
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
734
741
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
735
742
  # @raise [Google::Apis::AuthorizationError] Authorization is required
736
- def list_project_location_backup_vaults(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
743
+ def list_project_location_backup_vaults(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
737
744
  command = make_simple_command(:get, 'v1/{+parent}/backupVaults', options)
738
745
  command.response_representation = Google::Apis::BackupdrV1::ListBackupVaultsResponse::Representation
739
746
  command.response_class = Google::Apis::BackupdrV1::ListBackupVaultsResponse
@@ -742,6 +749,7 @@ module Google
742
749
  command.query['orderBy'] = order_by unless order_by.nil?
743
750
  command.query['pageSize'] = page_size unless page_size.nil?
744
751
  command.query['pageToken'] = page_token unless page_token.nil?
752
+ command.query['view'] = view unless view.nil?
745
753
  command.query['fields'] = fields unless fields.nil?
746
754
  command.query['quotaUser'] = quota_user unless quota_user.nil?
747
755
  execute_or_queue_command(command, &block)
@@ -1230,6 +1238,9 @@ module Google
1230
1238
  # Required. Name of the data source resource name, in the format 'projects/`
1231
1239
  # project_id`/locations/`location`/backupVaults/`backupVault`/dataSources/`
1232
1240
  # datasource`/backups/`backup`'
1241
+ # @param [String] view
1242
+ # Optional. Reserved for future use to provide a BASIC & FULL view of Backup
1243
+ # resource.
1233
1244
  # @param [String] fields
1234
1245
  # Selector specifying which fields to include in a partial response.
1235
1246
  # @param [String] quota_user
@@ -1247,11 +1258,12 @@ module Google
1247
1258
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1248
1259
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1249
1260
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1250
- def get_project_location_backup_vault_data_source_backup(name, fields: nil, quota_user: nil, options: nil, &block)
1261
+ def get_project_location_backup_vault_data_source_backup(name, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1251
1262
  command = make_simple_command(:get, 'v1/{+name}', options)
1252
1263
  command.response_representation = Google::Apis::BackupdrV1::Backup::Representation
1253
1264
  command.response_class = Google::Apis::BackupdrV1::Backup
1254
1265
  command.params['name'] = name unless name.nil?
1266
+ command.query['view'] = view unless view.nil?
1255
1267
  command.query['fields'] = fields unless fields.nil?
1256
1268
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1257
1269
  execute_or_queue_command(command, &block)
@@ -1272,6 +1284,9 @@ module Google
1272
1284
  # If unspecified, server will pick an appropriate default.
1273
1285
  # @param [String] page_token
1274
1286
  # Optional. A token identifying a page of results the server should return.
1287
+ # @param [String] view
1288
+ # Optional. Reserved for future use to provide a BASIC & FULL view of Backup
1289
+ # resource.
1275
1290
  # @param [String] fields
1276
1291
  # Selector specifying which fields to include in a partial response.
1277
1292
  # @param [String] quota_user
@@ -1289,7 +1304,7 @@ module Google
1289
1304
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1290
1305
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1291
1306
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1292
- def list_project_location_backup_vault_data_source_backups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1307
+ def list_project_location_backup_vault_data_source_backups(parent, filter: nil, order_by: nil, page_size: nil, page_token: nil, view: nil, fields: nil, quota_user: nil, options: nil, &block)
1293
1308
  command = make_simple_command(:get, 'v1/{+parent}/backups', options)
1294
1309
  command.response_representation = Google::Apis::BackupdrV1::ListBackupsResponse::Representation
1295
1310
  command.response_class = Google::Apis::BackupdrV1::ListBackupsResponse
@@ -1298,6 +1313,7 @@ module Google
1298
1313
  command.query['orderBy'] = order_by unless order_by.nil?
1299
1314
  command.query['pageSize'] = page_size unless page_size.nil?
1300
1315
  command.query['pageToken'] = page_token unless page_token.nil?
1316
+ command.query['view'] = view unless view.nil?
1301
1317
  command.query['fields'] = fields unless fields.nil?
1302
1318
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1303
1319
  execute_or_queue_command(command, &block)
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.17.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-22 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.17.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: []