Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Dec 23, 2023
1 parent 6b9df05 commit 96bbfbe
Show file tree
Hide file tree
Showing 2 changed files with 199 additions and 1 deletion.
33 changes: 32 additions & 1 deletion sasportal/v1alpha1/sasportal-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,22 @@
"https://www.googleapis.com/auth/sasportal"
]
},
"listLegacyOrganizations": {
"description": "Checks whether account is legacy.",
"flatPath": "v1alpha1/customers:listLegacyOrganizations",
"httpMethod": "GET",
"id": "sasportal.customers.listLegacyOrganizations",
"parameterOrder": [],
"parameters": {},
"path": "v1alpha1/customers:listLegacyOrganizations",
"response": {
"$ref": "SasPortalListLegacyOrganizationsResponse"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/sasportal"
]
},
"migrateOrganization": {
"description": "Migrates a SAS organization to the cloud. This will create GCP projects for each deployment and associate them. The SAS Organization is linked to the gcp project that called the command. go/sas-legacy-customer-migration",
"flatPath": "v1alpha1/customers:migrateOrganization",
Expand Down Expand Up @@ -2636,7 +2652,7 @@
}
}
},
"revision": "20231109",
"revision": "20231220",
"rootUrl": "https://sasportal.googleapis.com/",
"schemas": {
"SasPortalAssignment": {
Expand Down Expand Up @@ -3297,6 +3313,21 @@
},
"type": "object"
},
"SasPortalListLegacyOrganizationsResponse": {
"description": "Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.Provisioning.ListLegacyOrganizations].",
"id": "SasPortalListLegacyOrganizationsResponse",
"properties": {
"organizationIds": {
"description": "Optional. IDs of legacy SAS organizations.",
"items": {
"format": "int64",
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"SasPortalListNodesResponse": {
"description": "Response for ListNodes.",
"id": "SasPortalListNodesResponse",
Expand Down
167 changes: 167 additions & 0 deletions sasportal/v1alpha1/sasportal-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 96bbfbe

Please sign in to comment.