Skip to content

Commit d4315b7

Browse files
feat(prod_tt_sasportal): update the api
#### prod_tt_sasportal:v1alpha1 The following keys were added: - resources.customers.methods.provisionDeployment (Total Keys: 8) - schemas.SasPortalProvisionDeploymentRequest (Total Keys: 2) - schemas.SasPortalProvisionDeploymentResponse (Total Keys: 3)
1 parent 9f53fe3 commit d4315b7

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

docs/dyn/prod_tt_sasportal_v1alpha1.customers.html

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ <h2>Instance Methods</h2>
104104
<p class="toc_element">
105105
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
106106
<p class="firstline">Updates an existing customer.</p>
107+
<p class="toc_element">
108+
<code><a href="#provisionDeployment">provisionDeployment(body=None, x__xgafv=None)</a></code></p>
109+
<p class="firstline">Creates a new SAS deployment through the GCP workflow. Creates a SAS organization if an organization match is not found.</p>
107110
<h3>Method Details</h3>
108111
<div class="method">
109112
<code class="details" id="close">close()</code>
@@ -211,4 +214,28 @@ <h3>Method Details</h3>
211214
}</pre>
212215
</div>
213216

217+
<div class="method">
218+
<code class="details" id="provisionDeployment">provisionDeployment(body=None, x__xgafv=None)</code>
219+
<pre>Creates a new SAS deployment through the GCP workflow. Creates a SAS organization if an organization match is not found.
220+
221+
Args:
222+
body: object, The request body.
223+
The object takes the form of:
224+
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.
226+
}
227+
228+
x__xgafv: string, V1 error format.
229+
Allowed values
230+
1 - v1 error format
231+
2 - v2 error format
232+
233+
Returns:
234+
An object of the form:
235+
236+
{ # Response for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment].
237+
&quot;errorMessage&quot;: &quot;A String&quot;, # Optional. Optional error message if the provisioning request is not successful.
238+
}</pre>
239+
</div>
240+
214241
</body></html>

googleapiclient/discovery_cache/documents/prod_tt_sasportal.v1alpha1.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,24 @@
192192
"scopes": [
193193
"https://www.googleapis.com/auth/sasportal"
194194
]
195+
},
196+
"provisionDeployment": {
197+
"description": "Creates a new SAS deployment through the GCP workflow. Creates a SAS organization if an organization match is not found.",
198+
"flatPath": "v1alpha1/customers:provisionDeployment",
199+
"httpMethod": "POST",
200+
"id": "prod_tt_sasportal.customers.provisionDeployment",
201+
"parameterOrder": [],
202+
"parameters": {},
203+
"path": "v1alpha1/customers:provisionDeployment",
204+
"request": {
205+
"$ref": "SasPortalProvisionDeploymentRequest"
206+
},
207+
"response": {
208+
"$ref": "SasPortalProvisionDeploymentResponse"
209+
},
210+
"scopes": [
211+
"https://www.googleapis.com/auth/sasportal"
212+
]
195213
}
196214
},
197215
"resources": {
@@ -2484,7 +2502,7 @@
24842502
}
24852503
}
24862504
},
2487-
"revision": "20230206",
2505+
"revision": "20230213",
24882506
"rootUrl": "https://prod-tt-sasportal.googleapis.com/",
24892507
"schemas": {
24902508
"SasPortalAssignment": {
@@ -3293,6 +3311,23 @@
32933311
},
32943312
"type": "object"
32953313
},
3314+
"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.",
3316+
"id": "SasPortalProvisionDeploymentRequest",
3317+
"properties": {},
3318+
"type": "object"
3319+
},
3320+
"SasPortalProvisionDeploymentResponse": {
3321+
"description": "Response for [ProvisionDeployment]. [spectrum.sas.portal.v1alpha1.Provisioning.ProvisionDeployment].",
3322+
"id": "SasPortalProvisionDeploymentResponse",
3323+
"properties": {
3324+
"errorMessage": {
3325+
"description": "Optional. Optional error message if the provisioning request is not successful.",
3326+
"type": "string"
3327+
}
3328+
},
3329+
"type": "object"
3330+
},
32963331
"SasPortalSetPolicyRequest": {
32973332
"description": "Request message for `SetPolicy` method.",
32983333
"id": "SasPortalSetPolicyRequest",

0 commit comments

Comments
 (0)