google-apis-gkebackup_v1 0.7.0 → 0.8.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: 24b01d93a23760b2818940f655eb1b6223db45392e80c994945799e0815efb5a
4
- data.tar.gz: 298a88fbb1fb2dbfcd9f9e62e756535be962c7cabad47e74f57316d383cb35eb
3
+ metadata.gz: abce24e76210e2be668cbf81c32359b7fa318ce3c31f079ebd98a7d91372db88
4
+ data.tar.gz: 4812c1fd50245fb00cb11e3f6d11df80df99e702f15a70864b880c797ca9529c
5
5
  SHA512:
6
- metadata.gz: e27b9c740ac7090462c4f2f3ef2b6e78e7e5bd4f9e450cc5289293640473c4ac6d7f1f76ede21d9edd02a74f1a7d0dc74afe8970cc3fc4657ae4a4bcc564c89e
7
- data.tar.gz: 6c485eabe669cff6905bc22ac14df0565a52c38bd109efd4b24af8673ad0a0a09d6dd0bb3e27cde169552e20785ac7b35a122f3791a9d8790f2fcdffeebade3f
6
+ metadata.gz: 752fd91bf2893a116dd6217798873d2ad75bf0036eab4e501acc37a8aa6b41444f9724716aa977c1b01c611ace8530419b443bffb7f6b96674b0047b4770b184
7
+ data.tar.gz: 332e9d55726ca36d813cc43b5fdffb25c3dc0a3bce90e35a5af8c7b044534b102fef5ce084e9d9eb4c2b2a318273f85e4ccee36911a301be6fc46c9d12aff7de
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.8.0 (2022-07-17)
4
+
5
+ * Regenerated from discovery document revision 20220712
6
+ * Regenerated using generator version 0.9.0
7
+
3
8
  ### v0.7.0 (2022-07-01)
4
9
 
5
10
  * Regenerated using generator version 0.8.0
@@ -191,8 +191,8 @@ module Google
191
191
  attr_accessor :manual
192
192
  alias_method :manual?, :manual
193
193
 
194
- # Output only. The fully qualified name of the Backup. projects/*/locations/*/
195
- # backupPlans/*/backups/*
194
+ # Output only. The fully qualified name of the Backup. `projects/*/locations/*/
195
+ # backupPlans/*/backups/*`
196
196
  # Corresponds to the JSON property `name`
197
197
  # @return [String]
198
198
  attr_accessor :name
@@ -209,9 +209,9 @@ module Google
209
209
 
210
210
  # The age (in days) after which this Backup will be automatically deleted. Must
211
211
  # be an integer value >= 0: - If 0, no automatic deletion will occur for this
212
- # Backup. - If not 0, this must be >= delete_lock_days. Once a Backup is created,
213
- # this value may only be increased. Defaults to the parent BackupPlan's
214
- # backup_retain_days value.
212
+ # Backup. - If not 0, this must be >= delete_lock_days and <= 365. Once a Backup
213
+ # is created, this value may only be increased. Defaults to the parent
214
+ # BackupPlan's backup_retain_days value.
215
215
  # Corresponds to the JSON property `retainDays`
216
216
  # @return [Fixnum]
217
217
  attr_accessor :retain_days
@@ -372,8 +372,8 @@ module Google
372
372
  attr_accessor :backup_schedule
373
373
 
374
374
  # Required. Immutable. The source cluster from which Backups will be created via
375
- # this BackupPlan. Valid formats: - projects/*/locations/*/clusters/* - projects/
376
- # */zones/*/clusters/*
375
+ # this BackupPlan. Valid formats: - `projects/*/locations/*/clusters/*` - `
376
+ # projects/*/zones/*/clusters/*`
377
377
  # Corresponds to the JSON property `cluster`
378
378
  # @return [String]
379
379
  attr_accessor :cluster
@@ -415,8 +415,8 @@ module Google
415
415
  # @return [Hash<String,String>]
416
416
  attr_accessor :labels
417
417
 
418
- # Output only. The full name of the BackupPlan resource. Format: projects/*/
419
- # locations/*/backupPlans/*
418
+ # Output only. The full name of the BackupPlan resource. Format: `projects/*/
419
+ # locations/*/backupPlans/*`
420
420
  # Corresponds to the JSON property `name`
421
421
  # @return [String]
422
422
  attr_accessor :name
@@ -550,8 +550,8 @@ module Google
550
550
  # @return [Hash<String,String>]
551
551
  attr_accessor :backup_crd_versions
552
552
 
553
- # The source cluster from which this Backup was created. Valid formats: -
554
- # projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* This is
553
+ # The source cluster from which this Backup was created. Valid formats: - `
554
+ # projects/*/locations/*/clusters/*` - `projects/*/zones/*/clusters/*` This is
555
555
  # inherited from the parent BackupPlan's cluster field.
556
556
  # Corresponds to the JSON property `cluster`
557
557
  # @return [String]
@@ -624,8 +624,8 @@ module Google
624
624
  class EncryptionKey
625
625
  include Google::Apis::Core::Hashable
626
626
 
627
- # Google Cloud KMS encryption key. Format: projects/*/locations/*/keyRings/*/
628
- # cryptoKeys/*
627
+ # Google Cloud KMS encryption key. Format: `projects/*/locations/*/keyRings/*/
628
+ # cryptoKeys/*`
629
629
  # Corresponds to the JSON property `gcpKmsEncryptionKey`
630
630
  # @return [String]
631
631
  attr_accessor :gcp_kms_encryption_key
@@ -1338,15 +1338,15 @@ module Google
1338
1338
 
1339
1339
  # Required. Immutable. A reference to the Backup used as the source from which
1340
1340
  # this Restore will restore. Note that this Backup must be a sub-resource of the
1341
- # RestorePlan's backup_plan. Format: projects/*/locations/*/backupPlans/*/
1342
- # backups/*.
1341
+ # RestorePlan's backup_plan. Format: `projects/*/locations/*/backupPlans/*/
1342
+ # backups/*`.
1343
1343
  # Corresponds to the JSON property `backup`
1344
1344
  # @return [String]
1345
1345
  attr_accessor :backup
1346
1346
 
1347
1347
  # Output only. The target cluster into which this Restore will restore data.
1348
- # Valid formats: - projects/*/locations/*/clusters/* - projects/*/zones/*/
1349
- # clusters/* Inherited from parent RestorePlan's cluster value.
1348
+ # Valid formats: - `projects/*/locations/*/clusters/*` - `projects/*/zones/*/
1349
+ # clusters/*` Inherited from parent RestorePlan's cluster value.
1350
1350
  # Corresponds to the JSON property `cluster`
1351
1351
  # @return [String]
1352
1352
  attr_accessor :cluster
@@ -1382,8 +1382,8 @@ module Google
1382
1382
  # @return [Hash<String,String>]
1383
1383
  attr_accessor :labels
1384
1384
 
1385
- # Output only. The full name of the Restore resource. Format: projects/*/
1386
- # locations/*/restorePlans/*/restores/*
1385
+ # Output only. The full name of the Restore resource. Format: `projects/*/
1386
+ # locations/*/restorePlans/*/restores/*`
1387
1387
  # Corresponds to the JSON property `name`
1388
1388
  # @return [String]
1389
1389
  attr_accessor :name
@@ -1542,16 +1542,16 @@ module Google
1542
1542
  include Google::Apis::Core::Hashable
1543
1543
 
1544
1544
  # Required. Immutable. A reference to the BackupPlan from which Backups may be
1545
- # used as the source for Restores created via this RestorePlan. Format: projects/
1546
- # */locations/*/backupPlans/*.
1545
+ # used as the source for Restores created via this RestorePlan. Format: `
1546
+ # projects/*/locations/*/backupPlans/*`.
1547
1547
  # Corresponds to the JSON property `backupPlan`
1548
1548
  # @return [String]
1549
1549
  attr_accessor :backup_plan
1550
1550
 
1551
1551
  # Required. Immutable. The target cluster into which Restores created via this
1552
1552
  # RestorePlan will restore data. NOTE: the cluster's region must be the same as
1553
- # the RestorePlan. Valid formats: - projects/*/locations/*/clusters/* - projects/
1554
- # */zones/*/clusters/*
1553
+ # the RestorePlan. Valid formats: - `projects/*/locations/*/clusters/*` - `
1554
+ # projects/*/zones/*/clusters/*`
1555
1555
  # Corresponds to the JSON property `cluster`
1556
1556
  # @return [String]
1557
1557
  attr_accessor :cluster
@@ -1583,8 +1583,8 @@ module Google
1583
1583
  # @return [Hash<String,String>]
1584
1584
  attr_accessor :labels
1585
1585
 
1586
- # Output only. The full name of the RestorePlan resource. Format: projects/*/
1587
- # locations/*/restorePlans/*.
1586
+ # Output only. The full name of the RestorePlan resource. Format: `projects/*/
1587
+ # locations/*/restorePlans/*`.
1588
1588
  # Corresponds to the JSON property `name`
1589
1589
  # @return [String]
1590
1590
  attr_accessor :name
@@ -1639,13 +1639,14 @@ module Google
1639
1639
  attr_accessor :backup_delete_lock_days
1640
1640
 
1641
1641
  # The default maximum age of a Backup created via this BackupPlan. This field
1642
- # MUST be an integer value >= 0. If specified, a Backup created under this
1643
- # BackupPlan will be automatically deleted after its age reaches (create_time +
1644
- # backup_retain_days). If not specified, Backups created under this BackupPlan
1645
- # will NOT be subject to automatic deletion. Updating this field does NOT affect
1646
- # existing Backups under it. Backups created AFTER a successful update will
1647
- # automatically pick up the new value. NOTE: backup_retain_days must be >=
1648
- # backup_delete_lock_days. Default: 0 (no automatic deletion)
1642
+ # MUST be an integer value >= 0 and <= 365. If specified, a Backup created under
1643
+ # this BackupPlan will be automatically deleted after its age reaches (
1644
+ # create_time + backup_retain_days). If not specified, Backups created under
1645
+ # this BackupPlan will NOT be subject to automatic deletion. Updating this field
1646
+ # does NOT affect existing Backups under it. Backups created AFTER a successful
1647
+ # update will automatically pick up the new value. NOTE: backup_retain_days must
1648
+ # be >= backup_delete_lock_days. If cron_schedule is defined, then this must be <
1649
+ # = 360 * the creation interval. Default: 0 (no automatic deletion)
1649
1650
  # Corresponds to the JSON property `backupRetainDays`
1650
1651
  # @return [Fixnum]
1651
1652
  attr_accessor :backup_retain_days
@@ -1676,8 +1677,9 @@ module Google
1676
1677
  include Google::Apis::Core::Hashable
1677
1678
 
1678
1679
  # A standard [cron](https://wikipedia.com/wiki/cron) string that defines a
1679
- # repeating schedule for creating Backups via this BackupPlan. Default (empty):
1680
- # no automatic backup creation will occur.
1680
+ # repeating schedule for creating Backups via this BackupPlan. If this is
1681
+ # defined, then backup_retain_days must also be defined. Default (empty): no
1682
+ # automatic backup creation will occur.
1681
1683
  # Corresponds to the JSON property `cronSchedule`
1682
1684
  # @return [String]
1683
1685
  attr_accessor :cron_schedule
@@ -1897,8 +1899,8 @@ module Google
1897
1899
  # @return [String]
1898
1900
  attr_accessor :format
1899
1901
 
1900
- # Output only. The full name of the VolumeBackup resource. Format: projects/*/
1901
- # locations/*/backupPlans/*/backups/*/volumeBackups/*.
1902
+ # Output only. The full name of the VolumeBackup resource. Format: `projects/*/
1903
+ # locations/*/backupPlans/*/backups/*/volumeBackups/*`.
1902
1904
  # Corresponds to the JSON property `name`
1903
1905
  # @return [String]
1904
1906
  attr_accessor :name
@@ -1992,8 +1994,8 @@ module Google
1992
1994
  # @return [String]
1993
1995
  attr_accessor :etag
1994
1996
 
1995
- # Output only. Full name of the VolumeRestore resource. Format: projects/*/
1996
- # locations/*/restorePlans/*/restores/*/volumeRestores/*.
1997
+ # Output only. Full name of the VolumeRestore resource. Format: `projects/*/
1998
+ # locations/*/restorePlans/*/restores/*/volumeRestores/*`
1997
1999
  # Corresponds to the JSON property `name`
1998
2000
  # @return [String]
1999
2001
  attr_accessor :name
@@ -2026,8 +2028,8 @@ module Google
2026
2028
  attr_accessor :update_time
2027
2029
 
2028
2030
  # Output only. The full name of the VolumeBackup from which the volume will be
2029
- # restored. Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/
2030
- # *.
2031
+ # restored. Format: `projects/*/locations/*/backupPlans/*/backups/*/
2032
+ # volumeBackups/*`.
2031
2033
  # Corresponds to the JSON property `volumeBackup`
2032
2034
  # @return [String]
2033
2035
  attr_accessor :volume_backup
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module GkebackupV1
18
18
  # Version of the google-apis-gkebackup_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220504"
25
+ REVISION = "20220712"
26
26
  end
27
27
  end
28
28
  end
@@ -158,8 +158,8 @@ module Google
158
158
 
159
159
  # Creates a new BackupPlan in a given location.
160
160
  # @param [String] parent
161
- # Required. The location within which to create the BackupPlan. Format: projects/
162
- # */locations/*
161
+ # Required. The location within which to create the BackupPlan. Format: `
162
+ # projects/*/locations/*`
163
163
  # @param [Google::Apis::GkebackupV1::BackupPlan] backup_plan_object
164
164
  # @param [String] backup_plan_id
165
165
  # Required. The client-provided short name for the BackupPlan resource. This
@@ -199,8 +199,8 @@ module Google
199
199
 
200
200
  # Deletes an existing BackupPlan.
201
201
  # @param [String] name
202
- # Required. Fully qualified BackupPlan name. Format: projects/*/locations/*/
203
- # backupPlans/*
202
+ # Required. Fully qualified BackupPlan name. Format: `projects/*/locations/*/
203
+ # backupPlans/*`
204
204
  # @param [String] etag
205
205
  # If provided, this value must match the current value of the target BackupPlan'
206
206
  # s etag field or the request is rejected.
@@ -234,8 +234,8 @@ module Google
234
234
 
235
235
  # Retrieve the details of a single BackupPlan.
236
236
  # @param [String] name
237
- # Required. Fully qualified BackupPlan name. Format: projects/*/locations/*/
238
- # backupPlans/*
237
+ # Required. Fully qualified BackupPlan name. Format: `projects/*/locations/*/
238
+ # backupPlans/*`
239
239
  # @param [String] fields
240
240
  # Selector specifying which fields to include in a partial response.
241
241
  # @param [String] quota_user
@@ -310,8 +310,8 @@ module Google
310
310
 
311
311
  # Lists BackupPlans in a given location.
312
312
  # @param [String] parent
313
- # Required. The location that contains the BackupPlans to list. Format: projects/
314
- # */locations/*
313
+ # Required. The location that contains the BackupPlans to list. Format: `
314
+ # projects/*/locations/*`
315
315
  # @param [String] filter
316
316
  # Field match expression used to filter the results.
317
317
  # @param [String] order_by
@@ -359,8 +359,8 @@ module Google
359
359
 
360
360
  # Update a BackupPlan.
361
361
  # @param [String] name
362
- # Output only. The full name of the BackupPlan resource. Format: projects/*/
363
- # locations/*/backupPlans/*
362
+ # Output only. The full name of the BackupPlan resource. Format: `projects/*/
363
+ # locations/*/backupPlans/*`
364
364
  # @param [Google::Apis::GkebackupV1::BackupPlan] backup_plan_object
365
365
  # @param [String] update_mask
366
366
  # This is used to specify the fields to be overwritten in the BackupPlan
@@ -479,8 +479,8 @@ module Google
479
479
 
480
480
  # Creates a Backup for the given BackupPlan.
481
481
  # @param [String] parent
482
- # Required. The BackupPlan within which to create the Backup. Format: projects/*/
483
- # locations/*/backupPlans/*
482
+ # Required. The BackupPlan within which to create the Backup. Format: `projects/*
483
+ # /locations/*/backupPlans/*`
484
484
  # @param [Google::Apis::GkebackupV1::Backup] backup_object
485
485
  # @param [String] backup_id
486
486
  # The client-provided short name for the Backup resource. This name must: - be
@@ -520,8 +520,8 @@ module Google
520
520
 
521
521
  # Deletes an existing Backup.
522
522
  # @param [String] name
523
- # Required. Name of the Backup resource. Format: projects/*/locations/*/
524
- # backupPlans/*/backups/*
523
+ # Required. Name of the Backup resource. Format: `projects/*/locations/*/
524
+ # backupPlans/*/backups/*`
525
525
  # @param [String] etag
526
526
  # If provided, this value must match the current value of the target Backup's
527
527
  # etag field or the request is rejected.
@@ -559,8 +559,8 @@ module Google
559
559
 
560
560
  # Retrieve the details of a single Backup.
561
561
  # @param [String] name
562
- # Required. Full name of the Backup resource. Format: projects/*/locations/*/
563
- # backupPlans/*/backups/*
562
+ # Required. Full name of the Backup resource. Format: `projects/*/locations/*/
563
+ # backupPlans/*/backups/*`
564
564
  # @param [String] fields
565
565
  # Selector specifying which fields to include in a partial response.
566
566
  # @param [String] quota_user
@@ -635,8 +635,8 @@ module Google
635
635
 
636
636
  # Lists the Backups for a given BackupPlan.
637
637
  # @param [String] parent
638
- # Required. The BackupPlan that contains the Backups to list. Format: projects/*/
639
- # locations/*/backupPlans/*
638
+ # Required. The BackupPlan that contains the Backups to list. Format: `projects/*
639
+ # /locations/*/backupPlans/*`
640
640
  # @param [String] filter
641
641
  # Field match expression used to filter the results.
642
642
  # @param [String] order_by
@@ -684,8 +684,8 @@ module Google
684
684
 
685
685
  # Update a Backup.
686
686
  # @param [String] name
687
- # Output only. The fully qualified name of the Backup. projects/*/locations/*/
688
- # backupPlans/*/backups/*
687
+ # Output only. The fully qualified name of the Backup. `projects/*/locations/*/
688
+ # backupPlans/*/backups/*`
689
689
  # @param [Google::Apis::GkebackupV1::Backup] backup_object
690
690
  # @param [String] update_mask
691
691
  # This is used to specify the fields to be overwritten in the Backup targeted
@@ -802,8 +802,8 @@ module Google
802
802
 
803
803
  # Retrieve the details of a single VolumeBackup.
804
804
  # @param [String] name
805
- # Required. Full name of the VolumeBackup resource. Format: projects/*/locations/
806
- # */backupPlans/*/backups/*/volumeBackups/*
805
+ # Required. Full name of the VolumeBackup resource. Format: `projects/*/
806
+ # locations/*/backupPlans/*/backups/*/volumeBackups/*`
807
807
  # @param [String] fields
808
808
  # Selector specifying which fields to include in a partial response.
809
809
  # @param [String] quota_user
@@ -878,8 +878,8 @@ module Google
878
878
 
879
879
  # Lists the VolumeBackups for a given Backup.
880
880
  # @param [String] parent
881
- # Required. The Backup that contains the VolumeBackups to list. Format: projects/
882
- # */locations/*/backupPlans/*/backups/*
881
+ # Required. The Backup that contains the VolumeBackups to list. Format: `
882
+ # projects/*/locations/*/backupPlans/*/backups/*`
883
883
  # @param [String] filter
884
884
  # Field match expression used to filter the results.
885
885
  # @param [String] order_by
@@ -1120,8 +1120,8 @@ module Google
1120
1120
 
1121
1121
  # Creates a new RestorePlan in a given location.
1122
1122
  # @param [String] parent
1123
- # Required. The location within which to create the RestorePlan. Format:
1124
- # projects/*/locations/*
1123
+ # Required. The location within which to create the RestorePlan. Format: `
1124
+ # projects/*/locations/*`
1125
1125
  # @param [Google::Apis::GkebackupV1::RestorePlan] restore_plan_object
1126
1126
  # @param [String] restore_plan_id
1127
1127
  # Required. The client-provided short name for the RestorePlan resource. This
@@ -1161,8 +1161,8 @@ module Google
1161
1161
 
1162
1162
  # Deletes an existing RestorePlan.
1163
1163
  # @param [String] name
1164
- # Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/
1165
- # restorePlans/*
1164
+ # Required. Fully qualified RestorePlan name. Format: `projects/*/locations/*/
1165
+ # restorePlans/*`
1166
1166
  # @param [String] etag
1167
1167
  # If provided, this value must match the current value of the target RestorePlan'
1168
1168
  # s etag field or the request is rejected.
@@ -1200,8 +1200,8 @@ module Google
1200
1200
 
1201
1201
  # Retrieve the details of a single RestorePlan.
1202
1202
  # @param [String] name
1203
- # Required. Fully qualified RestorePlan name. Format: projects/*/locations/*/
1204
- # restorePlans/*
1203
+ # Required. Fully qualified RestorePlan name. Format: `projects/*/locations/*/
1204
+ # restorePlans/*`
1205
1205
  # @param [String] fields
1206
1206
  # Selector specifying which fields to include in a partial response.
1207
1207
  # @param [String] quota_user
@@ -1276,8 +1276,8 @@ module Google
1276
1276
 
1277
1277
  # Lists RestorePlans in a given location.
1278
1278
  # @param [String] parent
1279
- # Required. The location that contains the RestorePlans to list. Format:
1280
- # projects/*/locations/*
1279
+ # Required. The location that contains the RestorePlans to list. Format: `
1280
+ # projects/*/locations/*`
1281
1281
  # @param [String] filter
1282
1282
  # Field match expression used to filter the results.
1283
1283
  # @param [String] order_by
@@ -1325,8 +1325,8 @@ module Google
1325
1325
 
1326
1326
  # Update a RestorePlan.
1327
1327
  # @param [String] name
1328
- # Output only. The full name of the RestorePlan resource. Format: projects/*/
1329
- # locations/*/restorePlans/*.
1328
+ # Output only. The full name of the RestorePlan resource. Format: `projects/*/
1329
+ # locations/*/restorePlans/*`.
1330
1330
  # @param [Google::Apis::GkebackupV1::RestorePlan] restore_plan_object
1331
1331
  # @param [String] update_mask
1332
1332
  # This is used to specify the fields to be overwritten in the RestorePlan
@@ -1444,8 +1444,8 @@ module Google
1444
1444
 
1445
1445
  # Creates a new Restore for the given RestorePlan.
1446
1446
  # @param [String] parent
1447
- # Required. The RestorePlan within which to create the Restore. Format: projects/
1448
- # */locations/*/restorePlans/*
1447
+ # Required. The RestorePlan within which to create the Restore. Format: `
1448
+ # projects/*/locations/*/restorePlans/*`
1449
1449
  # @param [Google::Apis::GkebackupV1::Restore] restore_object
1450
1450
  # @param [String] restore_id
1451
1451
  # Required. The client-provided short name for the Restore resource. This name
@@ -1485,8 +1485,8 @@ module Google
1485
1485
 
1486
1486
  # Deletes an existing Restore.
1487
1487
  # @param [String] name
1488
- # Required. Full name of the Restore Format: projects/*/locations/*/restorePlans/
1489
- # */restores/*
1488
+ # Required. Full name of the Restore Format: `projects/*/locations/*/
1489
+ # restorePlans/*/restores/*`
1490
1490
  # @param [String] etag
1491
1491
  # If provided, this value must match the current value of the target Restore's
1492
1492
  # etag field or the request is rejected.
@@ -1524,8 +1524,8 @@ module Google
1524
1524
 
1525
1525
  # Retrieves the details of a single Restore.
1526
1526
  # @param [String] name
1527
- # Required. Name of the restore resource. Format: projects/*/locations/*/
1528
- # restorePlans/*/restores/*
1527
+ # Required. Name of the restore resource. Format: `projects/*/locations/*/
1528
+ # restorePlans/*/restores/*`
1529
1529
  # @param [String] fields
1530
1530
  # Selector specifying which fields to include in a partial response.
1531
1531
  # @param [String] quota_user
@@ -1600,8 +1600,8 @@ module Google
1600
1600
 
1601
1601
  # Lists the Restores for a given RestorePlan.
1602
1602
  # @param [String] parent
1603
- # Required. The RestorePlan that contains the Restores to list. Format: projects/
1604
- # */locations/*/restorePlans/*
1603
+ # Required. The RestorePlan that contains the Restores to list. Format: `
1604
+ # projects/*/locations/*/restorePlans/*`
1605
1605
  # @param [String] filter
1606
1606
  # Field match expression used to filter the results.
1607
1607
  # @param [String] order_by
@@ -1649,8 +1649,8 @@ module Google
1649
1649
 
1650
1650
  # Update a Restore.
1651
1651
  # @param [String] name
1652
- # Output only. The full name of the Restore resource. Format: projects/*/
1653
- # locations/*/restorePlans/*/restores/*
1652
+ # Output only. The full name of the Restore resource. Format: `projects/*/
1653
+ # locations/*/restorePlans/*/restores/*`
1654
1654
  # @param [Google::Apis::GkebackupV1::Restore] restore_object
1655
1655
  # @param [String] update_mask
1656
1656
  # This is used to specify the fields to be overwritten in the Restore targeted
@@ -1767,8 +1767,8 @@ module Google
1767
1767
 
1768
1768
  # Retrieve the details of a single VolumeRestore.
1769
1769
  # @param [String] name
1770
- # Required. Full name of the VolumeRestore resource. Format: projects/*/
1771
- # locations/*/restorePlans/*/restores/*/volumeRestores/*
1770
+ # Required. Full name of the VolumeRestore resource. Format: `projects/*/
1771
+ # locations/*/restorePlans/*/restores/*/volumeRestores/*`
1772
1772
  # @param [String] fields
1773
1773
  # Selector specifying which fields to include in a partial response.
1774
1774
  # @param [String] quota_user
@@ -1843,8 +1843,8 @@ module Google
1843
1843
 
1844
1844
  # Lists the VolumeRestores for a given Restore.
1845
1845
  # @param [String] parent
1846
- # Required. The Restore that contains the VolumeRestores to list. Format:
1847
- # projects/*/locations/*/restorePlans/*/restores/*
1846
+ # Required. The Restore that contains the VolumeRestores to list. Format: `
1847
+ # projects/*/locations/*/restorePlans/*/restores/*`
1848
1848
  # @param [String] filter
1849
1849
  # Field match expression used to filter the results.
1850
1850
  # @param [String] order_by
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-gkebackup_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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: 2022-07-04 00:00:00.000000000 Z
11
+ date: 2022-07-18 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-gkebackup_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.8.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-gkebackup_v1
63
63
  post_install_message:
64
64
  rdoc_options: []