google-apis-gkebackup_v1 0.6.0 → 0.9.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: 7c68cbbd0ff728232b3a843de6216fa16aa745a95c2ca717d5776e93b00ea644
4
- data.tar.gz: cfb9edc857a5b3d75ddbe13a6f2c5d30e7bcdd9959816e69c87378ccd64c3a08
3
+ metadata.gz: c6ade3b2e8753eae16ec72b3d44ee5df8394de685ebb5ca1f425fcb4671fc0c0
4
+ data.tar.gz: 1d8ce23d396cceb38b380e7c97306ad338d1c7983f89a071ab1aa5b663e55eb5
5
5
  SHA512:
6
- metadata.gz: c5eff4a3275a0d8e9dc9055fd12ab26ae5ef52aa25295b784ed1d218f874e9d2a3322f08e075b35e7e5e7ce03cc0766dbf6288c3178af0b2cdccc708f7449e4b
7
- data.tar.gz: 04342cd0e37f2ee06ecd47bb5010f051cd74a18253dafad32d57d034196e23bc465ae8880d38c26bbdc7f941f6aad6f6a5f11adb544f2f2872144c5eedc217ed
6
+ metadata.gz: aea2ace58452817a3c057db1aa80aac780d07f415de955e258db1d89478701853c89494603d6c64a813277fdecb90b89f7007c7814f77ccbd5c7913eb5adf56e
7
+ data.tar.gz: 4c12426bbae51c13cf363c77783bb4fcd761f8aeb32abd4342e32e04ddcb41eed394f2551eca13d5727b42591a5cfae56d1e07063def5c9bc1ce98280a506115
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-gkebackup_v1
2
2
 
3
+ ### v0.9.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220811
6
+
7
+ ### v0.8.0 (2022-07-17)
8
+
9
+ * Regenerated from discovery document revision 20220712
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.7.0 (2022-07-01)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.6.0 (2022-06-21)
4
17
 
5
18
  * Regenerated using generator version 0.7.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
@@ -495,25 +495,28 @@ module Google
495
495
  # anyone who is authenticated with a Google account or a service account. * `
496
496
  # user:`emailid``: An email address that represents a specific Google account.
497
497
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
498
- # address that represents a service account. For example, `my-other-app@appspot.
499
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
500
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
501
- # `uniqueid``: An email address (plus unique identifier) representing a user
502
- # that has been recently deleted. For example, `alice@example.com?uid=
503
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
504
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
505
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
506
- # identifier) representing a service account that has been recently deleted. For
507
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
508
- # If the service account is undeleted, this value reverts to `serviceAccount:`
509
- # emailid`` and the undeleted service account retains the role in the binding. *
510
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
511
- # identifier) representing a Google group that has been recently deleted. For
512
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
513
- # recovered, this value reverts to `group:`emailid`` and the recovered group
514
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
515
- # primary) that represents all the users of that domain. For example, `google.
516
- # com` or `example.com`.
498
+ # address that represents a Google service account. For example, `my-other-app@
499
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
500
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
501
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
502
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
503
+ # . * `group:`emailid``: An email address that represents a Google group. For
504
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
505
+ # email address (plus unique identifier) representing a user that has been
506
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
507
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
508
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
509
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
510
+ # representing a service account that has been recently deleted. For example, `
511
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
512
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
513
+ # and the undeleted service account retains the role in the binding. * `deleted:
514
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
515
+ # representing a Google group that has been recently deleted. For example, `
516
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
517
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
518
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
519
+ # all the users of that domain. For example, `google.com` or `example.com`.
517
520
  # Corresponds to the JSON property `members`
518
521
  # @return [Array<String>]
519
522
  attr_accessor :members
@@ -550,8 +553,8 @@ module Google
550
553
  # @return [Hash<String,String>]
551
554
  attr_accessor :backup_crd_versions
552
555
 
553
- # The source cluster from which this Backup was created. Valid formats: -
554
- # projects/*/locations/*/clusters/* - projects/*/zones/*/clusters/* This is
556
+ # The source cluster from which this Backup was created. Valid formats: - `
557
+ # projects/*/locations/*/clusters/*` - `projects/*/zones/*/clusters/*` This is
555
558
  # inherited from the parent BackupPlan's cluster field.
556
559
  # Corresponds to the JSON property `cluster`
557
560
  # @return [String]
@@ -624,8 +627,8 @@ module Google
624
627
  class EncryptionKey
625
628
  include Google::Apis::Core::Hashable
626
629
 
627
- # Google Cloud KMS encryption key. Format: projects/*/locations/*/keyRings/*/
628
- # cryptoKeys/*
630
+ # Google Cloud KMS encryption key. Format: `projects/*/locations/*/keyRings/*/
631
+ # cryptoKeys/*`
629
632
  # Corresponds to the JSON property `gcpKmsEncryptionKey`
630
633
  # @return [String]
631
634
  attr_accessor :gcp_kms_encryption_key
@@ -1338,15 +1341,15 @@ module Google
1338
1341
 
1339
1342
  # Required. Immutable. A reference to the Backup used as the source from which
1340
1343
  # 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/*.
1344
+ # RestorePlan's backup_plan. Format: `projects/*/locations/*/backupPlans/*/
1345
+ # backups/*`.
1343
1346
  # Corresponds to the JSON property `backup`
1344
1347
  # @return [String]
1345
1348
  attr_accessor :backup
1346
1349
 
1347
1350
  # 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.
1351
+ # Valid formats: - `projects/*/locations/*/clusters/*` - `projects/*/zones/*/
1352
+ # clusters/*` Inherited from parent RestorePlan's cluster value.
1350
1353
  # Corresponds to the JSON property `cluster`
1351
1354
  # @return [String]
1352
1355
  attr_accessor :cluster
@@ -1382,8 +1385,8 @@ module Google
1382
1385
  # @return [Hash<String,String>]
1383
1386
  attr_accessor :labels
1384
1387
 
1385
- # Output only. The full name of the Restore resource. Format: projects/*/
1386
- # locations/*/restorePlans/*/restores/*
1388
+ # Output only. The full name of the Restore resource. Format: `projects/*/
1389
+ # locations/*/restorePlans/*/restores/*`
1387
1390
  # Corresponds to the JSON property `name`
1388
1391
  # @return [String]
1389
1392
  attr_accessor :name
@@ -1542,16 +1545,16 @@ module Google
1542
1545
  include Google::Apis::Core::Hashable
1543
1546
 
1544
1547
  # 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/*.
1548
+ # used as the source for Restores created via this RestorePlan. Format: `
1549
+ # projects/*/locations/*/backupPlans/*`.
1547
1550
  # Corresponds to the JSON property `backupPlan`
1548
1551
  # @return [String]
1549
1552
  attr_accessor :backup_plan
1550
1553
 
1551
1554
  # Required. Immutable. The target cluster into which Restores created via this
1552
1555
  # 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/*
1556
+ # the RestorePlan. Valid formats: - `projects/*/locations/*/clusters/*` - `
1557
+ # projects/*/zones/*/clusters/*`
1555
1558
  # Corresponds to the JSON property `cluster`
1556
1559
  # @return [String]
1557
1560
  attr_accessor :cluster
@@ -1583,8 +1586,8 @@ module Google
1583
1586
  # @return [Hash<String,String>]
1584
1587
  attr_accessor :labels
1585
1588
 
1586
- # Output only. The full name of the RestorePlan resource. Format: projects/*/
1587
- # locations/*/restorePlans/*.
1589
+ # Output only. The full name of the RestorePlan resource. Format: `projects/*/
1590
+ # locations/*/restorePlans/*`.
1588
1591
  # Corresponds to the JSON property `name`
1589
1592
  # @return [String]
1590
1593
  attr_accessor :name
@@ -1639,13 +1642,14 @@ module Google
1639
1642
  attr_accessor :backup_delete_lock_days
1640
1643
 
1641
1644
  # 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)
1645
+ # MUST be an integer value >= 0 and <= 365. If specified, a Backup created under
1646
+ # this BackupPlan will be automatically deleted after its age reaches (
1647
+ # create_time + backup_retain_days). If not specified, Backups created under
1648
+ # this BackupPlan will NOT be subject to automatic deletion. Updating this field
1649
+ # does NOT affect existing Backups under it. Backups created AFTER a successful
1650
+ # update will automatically pick up the new value. NOTE: backup_retain_days must
1651
+ # be >= backup_delete_lock_days. If cron_schedule is defined, then this must be <
1652
+ # = 360 * the creation interval. Default: 0 (no automatic deletion)
1649
1653
  # Corresponds to the JSON property `backupRetainDays`
1650
1654
  # @return [Fixnum]
1651
1655
  attr_accessor :backup_retain_days
@@ -1676,8 +1680,9 @@ module Google
1676
1680
  include Google::Apis::Core::Hashable
1677
1681
 
1678
1682
  # 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.
1683
+ # repeating schedule for creating Backups via this BackupPlan. If this is
1684
+ # defined, then backup_retain_days must also be defined. Default (empty): no
1685
+ # automatic backup creation will occur.
1681
1686
  # Corresponds to the JSON property `cronSchedule`
1682
1687
  # @return [String]
1683
1688
  attr_accessor :cron_schedule
@@ -1897,8 +1902,8 @@ module Google
1897
1902
  # @return [String]
1898
1903
  attr_accessor :format
1899
1904
 
1900
- # Output only. The full name of the VolumeBackup resource. Format: projects/*/
1901
- # locations/*/backupPlans/*/backups/*/volumeBackups/*.
1905
+ # Output only. The full name of the VolumeBackup resource. Format: `projects/*/
1906
+ # locations/*/backupPlans/*/backups/*/volumeBackups/*`.
1902
1907
  # Corresponds to the JSON property `name`
1903
1908
  # @return [String]
1904
1909
  attr_accessor :name
@@ -1992,8 +1997,8 @@ module Google
1992
1997
  # @return [String]
1993
1998
  attr_accessor :etag
1994
1999
 
1995
- # Output only. Full name of the VolumeRestore resource. Format: projects/*/
1996
- # locations/*/restorePlans/*/restores/*/volumeRestores/*.
2000
+ # Output only. Full name of the VolumeRestore resource. Format: `projects/*/
2001
+ # locations/*/restorePlans/*/restores/*/volumeRestores/*`
1997
2002
  # Corresponds to the JSON property `name`
1998
2003
  # @return [String]
1999
2004
  attr_accessor :name
@@ -2026,8 +2031,8 @@ module Google
2026
2031
  attr_accessor :update_time
2027
2032
 
2028
2033
  # Output only. The full name of the VolumeBackup from which the volume will be
2029
- # restored. Format: projects/*/locations/*/backupPlans/*/backups/*/volumeBackups/
2030
- # *.
2034
+ # restored. Format: `projects/*/locations/*/backupPlans/*/backups/*/
2035
+ # volumeBackups/*`.
2031
2036
  # Corresponds to the JSON property `volumeBackup`
2032
2037
  # @return [String]
2033
2038
  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.6.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.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 = "20220811"
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.6.0
4
+ version: 0.9.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-06-27 00:00:00.000000000 Z
11
+ date: 2022-08-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.6'
29
+ version: '0.7'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-gkebackup_v1/v0.9.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: []