Skip to content

Commit 4c3708d

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were added: - resources.projects.resources.locations.resources.serviceConfig.methods.initialize (Total Keys: 12) - schemas.Backup.properties.satisfiesPzi (Total Keys: 2) - schemas.Backup.properties.satisfiesPzs (Total Keys: 2) - schemas.InitializeServiceRequest (Total Keys: 4)
1 parent babb16c commit 4c3708d

8 files changed

+241
-41
lines changed

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -113,13 +113,13 @@ <h3>Method Details</h3>
113113
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
114114
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
115115
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
116-
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Output Only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
116+
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
117117
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
118118
&quot;resource&quot;: &quot;A String&quot;, # Required. Immutable. Resource name of workload on which backupplan is applied
119-
&quot;resourceType&quot;: &quot;A String&quot;, # Optional. Required. Resource type of workload on which backupplan is applied
119+
&quot;resourceType&quot;: &quot;A String&quot;, # Required. Immutable. Resource type of workload on which backupplan is applied
120120
&quot;rulesConfigInfo&quot;: [ # Output only. The config info related to backup rules.
121121
{ # Message for rules config info.
122-
&quot;lastBackupError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Output Only. google.rpc.Status object to store the last backup error.
122+
&quot;lastBackupError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. google.rpc.Status object to store the last backup error.
123123
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
124124
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
125125
{
@@ -130,7 +130,7 @@ <h3>Method Details</h3>
130130
},
131131
&quot;lastBackupState&quot;: &quot;A String&quot;, # Output only. The last backup state for rule.
132132
&quot;lastSuccessfulBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. The point in time when the last successful backup was captured from the source.
133-
&quot;ruleId&quot;: &quot;A String&quot;, # Output only. Output Only. Backup Rule id fetched from backup plan.
133+
&quot;ruleId&quot;: &quot;A String&quot;, # Output only. Backup Rule id fetched from backup plan.
134134
},
135135
],
136136
&quot;state&quot;: &quot;A String&quot;, # Output only. The BackupPlanAssociation resource state.
@@ -221,13 +221,13 @@ <h3>Method Details</h3>
221221
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
222222
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
223223
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
224-
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Output Only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
224+
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
225225
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
226226
&quot;resource&quot;: &quot;A String&quot;, # Required. Immutable. Resource name of workload on which backupplan is applied
227-
&quot;resourceType&quot;: &quot;A String&quot;, # Optional. Required. Resource type of workload on which backupplan is applied
227+
&quot;resourceType&quot;: &quot;A String&quot;, # Required. Immutable. Resource type of workload on which backupplan is applied
228228
&quot;rulesConfigInfo&quot;: [ # Output only. The config info related to backup rules.
229229
{ # Message for rules config info.
230-
&quot;lastBackupError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Output Only. google.rpc.Status object to store the last backup error.
230+
&quot;lastBackupError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. google.rpc.Status object to store the last backup error.
231231
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
232232
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
233233
{
@@ -238,7 +238,7 @@ <h3>Method Details</h3>
238238
},
239239
&quot;lastBackupState&quot;: &quot;A String&quot;, # Output only. The last backup state for rule.
240240
&quot;lastSuccessfulBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. The point in time when the last successful backup was captured from the source.
241-
&quot;ruleId&quot;: &quot;A String&quot;, # Output only. Output Only. Backup Rule id fetched from backup plan.
241+
&quot;ruleId&quot;: &quot;A String&quot;, # Output only. Backup Rule id fetched from backup plan.
242242
},
243243
],
244244
&quot;state&quot;: &quot;A String&quot;, # Output only. The BackupPlanAssociation resource state.
@@ -268,13 +268,13 @@ <h3>Method Details</h3>
268268
{ # A BackupPlanAssociation represents a single BackupPlanAssociation which contains details like workload, backup plan etc
269269
&quot;backupPlan&quot;: &quot;A String&quot;, # Required. Resource name of backup plan which needs to be applied on workload. Format: projects/{project}/locations/{location}/backupPlans/{backupPlanId}
270270
&quot;createTime&quot;: &quot;A String&quot;, # Output only. The time when the instance was created.
271-
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Output Only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
271+
&quot;dataSource&quot;: &quot;A String&quot;, # Output only. Resource name of data source which will be used as storage location for backups taken. Format : projects/{project}/locations/{location}/backupVaults/{backupvault}/dataSources/{datasource}
272272
&quot;name&quot;: &quot;A String&quot;, # Output only. Identifier. The resource name of BackupPlanAssociation in below format Format : projects/{project}/locations/{location}/backupPlanAssociations/{backupPlanAssociationId}
273273
&quot;resource&quot;: &quot;A String&quot;, # Required. Immutable. Resource name of workload on which backupplan is applied
274-
&quot;resourceType&quot;: &quot;A String&quot;, # Optional. Required. Resource type of workload on which backupplan is applied
274+
&quot;resourceType&quot;: &quot;A String&quot;, # Required. Immutable. Resource type of workload on which backupplan is applied
275275
&quot;rulesConfigInfo&quot;: [ # Output only. The config info related to backup rules.
276276
{ # Message for rules config info.
277-
&quot;lastBackupError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. Output Only. google.rpc.Status object to store the last backup error.
277+
&quot;lastBackupError&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # Output only. google.rpc.Status object to store the last backup error.
278278
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
279279
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
280280
{
@@ -285,7 +285,7 @@ <h3>Method Details</h3>
285285
},
286286
&quot;lastBackupState&quot;: &quot;A String&quot;, # Output only. The last backup state for rule.
287287
&quot;lastSuccessfulBackupConsistencyTime&quot;: &quot;A String&quot;, # Output only. The point in time when the last successful backup was captured from the source.
288-
&quot;ruleId&quot;: &quot;A String&quot;, # Output only. Output Only. Backup Rule id fetched from backup plan.
288+
&quot;ruleId&quot;: &quot;A String&quot;, # Output only. Backup Rule id fetched from backup plan.
289289
},
290290
],
291291
&quot;state&quot;: &quot;A String&quot;, # Output only. The BackupPlanAssociation resource state.

0 commit comments

Comments
 (0)