Skip to content

Commit 7f26a31

Browse files
feat(prod_tt_sasportal): update the api
#### prod_tt_sasportal:v1alpha1 The following keys were added: - schemas.SasPortalProvisionDeploymentRequest.properties.newDeploymentDisplayName.type (Total Keys: 1) - schemas.SasPortalProvisionDeploymentRequest.properties.newOrganizationDisplayName.type (Total Keys: 1)
1 parent 4b14590 commit 7f26a31

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

docs/dyn/prod_tt_sasportal_v1alpha1.customers.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,9 @@ <h3>Method Details</h3>
222222
body: object, The request body.
223223
The object takes the form of:
224224

225-
{ # Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. No input is needed, because GCP Project, Organization Info, and caller’s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.
225+
{ # Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. GCP Project, Organization Info, and caller’s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.
226+
&quot;newDeploymentDisplayName&quot;: &quot;A String&quot;, # Optional. If this field is set, and a new SAS Portal Deployment needs to be created, its display name will be set to the value of this field.
227+
&quot;newOrganizationDisplayName&quot;: &quot;A String&quot;, # Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field.
226228
}
227229

228230
x__xgafv: string, V1 error format.

googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2502,7 +2502,7 @@
25022502
}
25032503
}
25042504
},
2505-
"revision": "20230224",
2505+
"revision": "20230227",
25062506
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
25072507
"schemas": {
25082508
"SasPortalAssignment": {
@@ -3312,9 +3312,18 @@
33123312
"type": "object"
33133313
},
33143314
"SasPortalProvisionDeploymentRequest": {
3315-
"description": "Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. No input is needed, because GCP Project, Organization Info, and caller\u2019s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.",
3315+
"description": "Request for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment]. GCP Project, Organization Info, and caller\u2019s GAIA ID should be retrieved from the RPC handler, and used as inputs to create a new SAS organization (if not exists) and a new SAS deployment.",
33163316
"id": "SasPortalProvisionDeploymentRequest",
3317-
"properties": {},
3317+
"properties": {
3318+
"newDeploymentDisplayName": {
3319+
"description": "Optional. If this field is set, and a new SAS Portal Deployment needs to be created, its display name will be set to the value of this field.",
3320+
"type": "string"
3321+
},
3322+
"newOrganizationDisplayName": {
3323+
"description": "Optional. If this field is set, and a new SAS Portal Organization needs to be created, its display name will be set to the value of this field.",
3324+
"type": "string"
3325+
}
3326+
},
33183327
"type": "object"
33193328
},
33203329
"SasPortalProvisionDeploymentResponse": {

0 commit comments

Comments
 (0)