Skip to content

Commit 00ea603

Browse files
feat(backupdr): update the api
#### backupdr:v1 The following keys were deleted: - schemas.BackupPlanAssociation.properties.resourceType.readOnly (Total Keys: 1)
1 parent 5c39d8b commit 00ea603

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h3>Method Details</h3>
116116
&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}
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;, # Output only. Output Only. Resource type of workload on which backupplan is applied
119+
&quot;resourceType&quot;: &quot;A String&quot;, # Optional. 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.
122122
&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.
@@ -224,7 +224,7 @@ <h3>Method Details</h3>
224224
&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}
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;, # Output only. Output Only. Resource type of workload on which backupplan is applied
227+
&quot;resourceType&quot;: &quot;A String&quot;, # Optional. 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.
230230
&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.
@@ -271,7 +271,7 @@ <h3>Method Details</h3>
271271
&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}
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;, # Output only. Output Only. Resource type of workload on which backupplan is applied
274+
&quot;resourceType&quot;: &quot;A String&quot;, # Optional. 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.
277277
&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.

googleapiclient/discovery_cache/documents/backupdr.v1.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,7 +1658,7 @@
16581658
}
16591659
}
16601660
},
1661-
"revision": "20240920",
1661+
"revision": "20241002",
16621662
"rootUrl": "https://backupdr.googleapis.com/",
16631663
"schemas": {
16641664
"AbandonBackupRequest": {
@@ -2444,8 +2444,7 @@
24442444
"type": "string"
24452445
},
24462446
"resourceType": {
2447-
"description": "Output only. Output Only. Resource type of workload on which backupplan is applied",
2448-
"readOnly": true,
2447+
"description": "Optional. Resource type of workload on which backupplan is applied",
24492448
"type": "string"
24502449
},
24512450
"rulesConfigInfo": {

0 commit comments

Comments
 (0)