Skip to content

Commit 96bbfbe

Browse files
feat(all): auto-regenerate discovery clients (#2320)
1 parent 6b9df05 commit 96bbfbe

File tree

2 files changed

+199
-1
lines changed

2 files changed

+199
-1
lines changed

sasportal/v1alpha1/sasportal-api.json

+32-1
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,22 @@
179179
"https://www.googleapis.com/auth/sasportal"
180180
]
181181
},
182+
"listLegacyOrganizations": {
183+
"description": "Checks whether account is legacy.",
184+
"flatPath": "v1alpha1/customers:listLegacyOrganizations",
185+
"httpMethod": "GET",
186+
"id": "sasportal.customers.listLegacyOrganizations",
187+
"parameterOrder": [],
188+
"parameters": {},
189+
"path": "v1alpha1/customers:listLegacyOrganizations",
190+
"response": {
191+
"$ref": "SasPortalListLegacyOrganizationsResponse"
192+
},
193+
"scopes": [
194+
"https://www.googleapis.com/auth/cloud-platform",
195+
"https://www.googleapis.com/auth/sasportal"
196+
]
197+
},
182198
"migrateOrganization": {
183199
"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",
184200
"flatPath": "v1alpha1/customers:migrateOrganization",
@@ -2636,7 +2652,7 @@
26362652
}
26372653
}
26382654
},
2639-
"revision": "20231109",
2655+
"revision": "20231220",
26402656
"rootUrl": "https://sasportal.googleapis.com/",
26412657
"schemas": {
26422658
"SasPortalAssignment": {
@@ -3297,6 +3313,21 @@
32973313
},
32983314
"type": "object"
32993315
},
3316+
"SasPortalListLegacyOrganizationsResponse": {
3317+
"description": "Response for [ListLegacyOrganizations]. [spectrum.sas.portal.v1alpha1.Provisioning.ListLegacyOrganizations].",
3318+
"id": "SasPortalListLegacyOrganizationsResponse",
3319+
"properties": {
3320+
"organizationIds": {
3321+
"description": "Optional. IDs of legacy SAS organizations.",
3322+
"items": {
3323+
"format": "int64",
3324+
"type": "string"
3325+
},
3326+
"type": "array"
3327+
}
3328+
},
3329+
"type": "object"
3330+
},
33003331
"SasPortalListNodesResponse": {
33013332
"description": "Response for ListNodes.",
33023333
"id": "SasPortalListNodesResponse",

sasportal/v1alpha1/sasportal-gen.go

+167
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)