Skip to content

Commit b6465d0

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - schemas.Trial.properties.endReason (Total Keys: 2)
1 parent 9fea79f commit b6465d0

6 files changed

+31
-14
lines changed

docs/dyn/backupdr_v1.projects.locations.backupPlans.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ <h3>Method Details</h3>
118118
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
119119
&quot;backupRules&quot;: [ # Optional. The backup rules for this `BackupPlan`.
120120
{ # `BackupRule` binds the backup schedule to a retention policy.
121-
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules.
121+
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
122122
&quot;ruleId&quot;: &quot;A String&quot;, # Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.
123123
&quot;standardSchedule&quot;: { # `StandardSchedule` defines a schedule that run within the confines of a defined window of days. We can define recurrence type for schedule as HOURLY, DAILY, WEEKLY, MONTHLY or YEARLY. # Optional. Defines a schedule that runs within the confines of a defined window of time.
124124
&quot;backupWindow&quot;: { # `BackupWindow` defines a window of the day during which backup jobs will run. # Required. A BackupWindow defines the window of day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as `NOT_RUN` if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.
@@ -248,7 +248,7 @@ <h3>Method Details</h3>
248248
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
249249
&quot;backupRules&quot;: [ # Optional. The backup rules for this `BackupPlan`.
250250
{ # `BackupRule` binds the backup schedule to a retention policy.
251-
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules.
251+
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
252252
&quot;ruleId&quot;: &quot;A String&quot;, # Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.
253253
&quot;standardSchedule&quot;: { # `StandardSchedule` defines a schedule that run within the confines of a defined window of days. We can define recurrence type for schedule as HOURLY, DAILY, WEEKLY, MONTHLY or YEARLY. # Optional. Defines a schedule that runs within the confines of a defined window of time.
254254
&quot;backupWindow&quot;: { # `BackupWindow` defines a window of the day during which backup jobs will run. # Required. A BackupWindow defines the window of day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as `NOT_RUN` if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.
@@ -318,7 +318,7 @@ <h3>Method Details</h3>
318318
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
319319
&quot;backupRules&quot;: [ # Optional. The backup rules for this `BackupPlan`.
320320
{ # `BackupRule` binds the backup schedule to a retention policy.
321-
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules.
321+
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
322322
&quot;ruleId&quot;: &quot;A String&quot;, # Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.
323323
&quot;standardSchedule&quot;: { # `StandardSchedule` defines a schedule that run within the confines of a defined window of days. We can define recurrence type for schedule as HOURLY, DAILY, WEEKLY, MONTHLY or YEARLY. # Optional. Defines a schedule that runs within the confines of a defined window of time.
324324
&quot;backupWindow&quot;: { # `BackupWindow` defines a window of the day during which backup jobs will run. # Required. A BackupWindow defines the window of day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as `NOT_RUN` if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.
@@ -397,7 +397,7 @@ <h3>Method Details</h3>
397397
{ # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads.
398398
&quot;backupRules&quot;: [ # Optional. The backup rules for this `BackupPlan`.
399399
{ # `BackupRule` binds the backup schedule to a retention policy.
400-
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules.
400+
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
401401
&quot;ruleId&quot;: &quot;A String&quot;, # Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.
402402
&quot;standardSchedule&quot;: { # `StandardSchedule` defines a schedule that run within the confines of a defined window of days. We can define recurrence type for schedule as HOURLY, DAILY, WEEKLY, MONTHLY or YEARLY. # Optional. Defines a schedule that runs within the confines of a defined window of time.
403403
&quot;backupWindow&quot;: { # `BackupWindow` defines a window of the day during which backup jobs will run. # Required. A BackupWindow defines the window of day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as `NOT_RUN` if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.

docs/dyn/backupdr_v1.projects.locations.backupPlans.revisions.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3>Method Details</h3>
110110
&quot;backupPlanSnapshot&quot;: { # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads. # The Backup Plan being encompassed by this revision.
111111
&quot;backupRules&quot;: [ # Optional. The backup rules for this `BackupPlan`.
112112
{ # `BackupRule` binds the backup schedule to a retention policy.
113-
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules.
113+
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
114114
&quot;ruleId&quot;: &quot;A String&quot;, # Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.
115115
&quot;standardSchedule&quot;: { # `StandardSchedule` defines a schedule that run within the confines of a defined window of days. We can define recurrence type for schedule as HOURLY, DAILY, WEEKLY, MONTHLY or YEARLY. # Optional. Defines a schedule that runs within the confines of a defined window of time.
116116
&quot;backupWindow&quot;: { # `BackupWindow` defines a window of the day during which backup jobs will run. # Required. A BackupWindow defines the window of day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as `NOT_RUN` if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.
@@ -184,7 +184,7 @@ <h3>Method Details</h3>
184184
&quot;backupPlanSnapshot&quot;: { # A `BackupPlan` specifies some common fields, such as `description` as well as one or more `BackupRule` messages. Each `BackupRule` has a retention policy and defines a schedule by which the system is to perform backup workloads. # The Backup Plan being encompassed by this revision.
185185
&quot;backupRules&quot;: [ # Optional. The backup rules for this `BackupPlan`.
186186
{ # `BackupRule` binds the backup schedule to a retention policy.
187-
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules.
187+
&quot;backupRetentionDays&quot;: 42, # Required. Configures the duration for which backup data will be kept. It is defined in “days”. The value should be greater than or equal to minimum enforced retention of the backup vault. Minimum value is 1 and maximum value is 36159 for custom retention on-demand backup. Minimum and maximum values are workload specific for all other rules. Note: Longer retention can lead to higher storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
188188
&quot;ruleId&quot;: &quot;A String&quot;, # Required. Immutable. The unique id of this `BackupRule`. The `rule_id` is unique per `BackupPlan`.The `rule_id` must start with a lowercase letter followed by up to 62 lowercase letters, numbers, or hyphens. Pattern, /a-z{,62}/.
189189
&quot;standardSchedule&quot;: { # `StandardSchedule` defines a schedule that run within the confines of a defined window of days. We can define recurrence type for schedule as HOURLY, DAILY, WEEKLY, MONTHLY or YEARLY. # Optional. Defines a schedule that runs within the confines of a defined window of time.
190190
&quot;backupWindow&quot;: { # `BackupWindow` defines a window of the day during which backup jobs will run. # Required. A BackupWindow defines the window of day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as `NOT_RUN` if they do not start by the end of the window. Note: running jobs will not be cancelled at the end of the window.

docs/dyn/backupdr_v1.projects.locations.backupVaults.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
&quot;a_key&quot;: &quot;A String&quot;,
131131
},
132132
&quot;backupCount&quot;: &quot;A String&quot;, # Output only. The number of backups in this backup vault.
133-
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
133+
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. Note: Longer minimum enforced retention period impacts potential storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
134134
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
135135
&quot;deletable&quot;: True or False, # Output only. Set to true when there are no backups nested under this resource.
136136
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the BackupVault instance (2048 characters or less).
@@ -246,7 +246,7 @@ <h3>Method Details</h3>
246246
&quot;a_key&quot;: &quot;A String&quot;,
247247
},
248248
&quot;backupCount&quot;: &quot;A String&quot;, # Output only. The number of backups in this backup vault.
249-
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
249+
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. Note: Longer minimum enforced retention period impacts potential storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
250250
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
251251
&quot;deletable&quot;: True or False, # Output only. Set to true when there are no backups nested under this resource.
252252
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the BackupVault instance (2048 characters or less).
@@ -309,7 +309,7 @@ <h3>Method Details</h3>
309309
&quot;a_key&quot;: &quot;A String&quot;,
310310
},
311311
&quot;backupCount&quot;: &quot;A String&quot;, # Output only. The number of backups in this backup vault.
312-
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
312+
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. Note: Longer minimum enforced retention period impacts potential storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
313313
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
314314
&quot;deletable&quot;: True or False, # Output only. Set to true when there are no backups nested under this resource.
315315
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the BackupVault instance (2048 characters or less).
@@ -358,7 +358,7 @@ <h3>Method Details</h3>
358358
&quot;a_key&quot;: &quot;A String&quot;,
359359
},
360360
&quot;backupCount&quot;: &quot;A String&quot;, # Output only. The number of backups in this backup vault.
361-
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
361+
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. Note: Longer minimum enforced retention period impacts potential storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
362362
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
363363
&quot;deletable&quot;: True or False, # Output only. Set to true when there are no backups nested under this resource.
364364
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the BackupVault instance (2048 characters or less).
@@ -411,7 +411,7 @@ <h3>Method Details</h3>
411411
&quot;a_key&quot;: &quot;A String&quot;,
412412
},
413413
&quot;backupCount&quot;: &quot;A String&quot;, # Output only. The number of backups in this backup vault.
414-
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended.
414+
&quot;backupMinimumEnforcedRetentionDuration&quot;: &quot;A String&quot;, # Required. The default and minimum enforced retention for each backup within the backup vault. The enforced retention for each backup can be extended. Note: Longer minimum enforced retention period impacts potential storage costs post introductory trial. We recommend starting with a short duration of 3 days or less.
415415
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
416416
&quot;deletable&quot;: True or False, # Output only. Set to true when there are no backups nested under this resource.
417417
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the BackupVault instance (2048 characters or less).

0 commit comments

Comments
 (0)