Skip to content

Commit 971135a

Browse files
feat(all): auto-regenerate discovery clients (#3236)
1 parent b656000 commit 971135a

File tree

13 files changed

+2676
-214
lines changed

13 files changed

+2676
-214
lines changed

backupdr/v1/backupdr-api.json

Lines changed: 54 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1764,6 +1764,34 @@
17641764
"https://www.googleapis.com/auth/cloud-platform"
17651765
]
17661766
},
1767+
"msComplianceMetadata": {
1768+
"description": "Returns the Assured Workloads compliance metadata for a given project.",
1769+
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/managementServers:msComplianceMetadata",
1770+
"httpMethod": "POST",
1771+
"id": "backupdr.projects.locations.managementServers.msComplianceMetadata",
1772+
"parameterOrder": [
1773+
"parent"
1774+
],
1775+
"parameters": {
1776+
"parent": {
1777+
"description": "Required. The project and location to be used to check CSS metadata for target project information, in the format 'projects/{project_id}/locations/{location}'. In Cloud BackupDR, locations map to Google Cloud regions, for example **us-central1**.",
1778+
"location": "path",
1779+
"pattern": "^projects/[^/]+/locations/[^/]+/managementServers$",
1780+
"required": true,
1781+
"type": "string"
1782+
}
1783+
},
1784+
"path": "v1/{+parent}:msComplianceMetadata",
1785+
"request": {
1786+
"$ref": "FetchMsComplianceMetadataRequest"
1787+
},
1788+
"response": {
1789+
"$ref": "FetchMsComplianceMetadataResponse"
1790+
},
1791+
"scopes": [
1792+
"https://www.googleapis.com/auth/cloud-platform"
1793+
]
1794+
},
17671795
"setIamPolicy": {
17681796
"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
17691797
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/managementServers/{managementServersId}:setIamPolicy",
@@ -2032,7 +2060,7 @@
20322060
}
20332061
}
20342062
},
2035-
"revision": "20250625",
2063+
"revision": "20250711",
20362064
"rootUrl": "https://backupdr.googleapis.com/",
20372065
"schemas": {
20382066
"AbandonBackupRequest": {
@@ -3552,7 +3580,7 @@
35523580
"type": "string"
35533581
},
35543582
"disks": {
3555-
"description": "Optional. Array of disks associated with this instance. Persistent disks must be created before you can assign them.",
3583+
"description": "Optional. Array of disks associated with this instance. Persistent disks must be created before you can assign them. Source regional persistent disks will be restored with default replica zones if not specified.",
35563584
"items": {
35573585
"$ref": "AttachedDisk"
35583586
},
@@ -3615,7 +3643,7 @@
36153643
"type": "string"
36163644
},
36173645
"networkInterfaces": {
3618-
"description": "Optional. An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance.",
3646+
"description": "Optional. An array of network configurations for this instance. These specify how interfaces are configured to interact with other network services, such as connecting to the internet. Multiple interfaces are supported per instance. Required to restore in different project or region.",
36193647
"items": {
36203648
"$ref": "NetworkInterface"
36213649
},
@@ -3650,7 +3678,7 @@
36503678
"description": "Optional. Specifies the reservations that this instance can consume from."
36513679
},
36523680
"resourcePolicies": {
3653-
"description": "Optional. Resource policies applied to this instance.",
3681+
"description": "Optional. Resource policies applied to this instance. By default, no resource policies will be applied.",
36543682
"items": {
36553683
"type": "string"
36563684
},
@@ -4352,6 +4380,28 @@
43524380
},
43534381
"type": "object"
43544382
},
4383+
"FetchMsComplianceMetadataRequest": {
4384+
"description": "Request message for GetMsComplianceMetadata",
4385+
"id": "FetchMsComplianceMetadataRequest",
4386+
"properties": {
4387+
"projectId": {
4388+
"description": "Required. The project id of the target project",
4389+
"type": "string"
4390+
}
4391+
},
4392+
"type": "object"
4393+
},
4394+
"FetchMsComplianceMetadataResponse": {
4395+
"description": "Response message for GetMsComplianceMetadata",
4396+
"id": "FetchMsComplianceMetadataResponse",
4397+
"properties": {
4398+
"isAssuredWorkload": {
4399+
"description": "The ms compliance metadata of the target project, if the project is an assured workloads project, values will be true, otherwise false.",
4400+
"type": "boolean"
4401+
}
4402+
},
4403+
"type": "object"
4404+
},
43554405
"FetchUsableBackupVaultsResponse": {
43564406
"description": "Response message for fetching usable BackupVaults.",
43574407
"id": "FetchUsableBackupVaultsResponse",

backupdr/v1/backupdr-gen.go

Lines changed: 165 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)