google-apis-backupdr_v1 0.16.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: 84a5ba66025359f10cb524acd85674a44a1e6668637d21b9d760c311f13ffde3
4
- data.tar.gz: 6bd4b48b44227cbc049f0fb07569dee6aea3d017f7faab4ad5c61f2cfdaca432
3
+ metadata.gz: bffe6bbe1212ed1e7a6d598948bf95ee43d204fa5bac068f835484505ef373d4
4
+ data.tar.gz: e9f0f5fd8ec8ac6152a652becf751a15f0e01490a994ecec13385c3b373cafad
5
5
  SHA512:
6
- metadata.gz: 250cb24f8537fe086f4fe67ff364784ba1a40f677e7b18b43aeb067e6e46697be8c6c757668f5bd35a46d5030adb363481f1ab7ae52ca0d848b6f70549af52a6
7
- data.tar.gz: ad8fbb356953ec7249ae801c024ef1bce95ab67c21393ed86f5bfa1b861149feb8eb57532cc36ba063a98746dac4c1cf5d1dfc00cbb5f8bc25cd66327981d400
6
+ metadata.gz: 3a36f84e23504ea6227e7a486c2d60d44b1d925b6e2023fc0ba1e91b8dcb96405bfe7afa55b62b2aa7f1c5ef8a7386ca0544afae36ab711de1f375d329d8de5b
7
+ data.tar.gz: 714b7829040835aec60c52ad2f2ff756eca9d761730abb2194b224ddf2a98d694c774c060026a67e454bd960b0303ffd890e404edc8a0841257ddc63de345136
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.16.0 (2024-09-15)
4
8
 
5
9
  * Regenerated from discovery document revision 20240904
@@ -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.16.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 = "20240904"
25
+ REVISION = "20240913"
26
26
  end
27
27
  end
28
28
  end
@@ -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.16.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-09-15 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.16.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: []