Skip to content

Commit be1c3ba

Browse files
feat(beyondcorp): update the api
#### beyondcorp:v1alpha The following keys were added: - resources.organizations.resources.locations.resources.subscriptions.methods.restart (Total Keys: 12) - resources.projects.resources.locations.resources.securityGateways.methods.getIamPolicy (Total Keys: 14) - resources.projects.resources.locations.resources.securityGateways.methods.setIamPolicy (Total Keys: 12) - resources.projects.resources.locations.resources.securityGateways.methods.testIamPermissions (Total Keys: 12) - schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaRestartSubscriptionResponse (Total Keys: 2)
1 parent ba04317 commit be1c3ba

File tree

4 files changed

+316
-2
lines changed

4 files changed

+316
-2
lines changed

docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,9 @@ <h2>Instance Methods</h2>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Updates an existing BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.</p>
98+
<p class="toc_element">
99+
<code><a href="#restart">restart(name, requestId=None, x__xgafv=None)</a></code></p>
100+
<p class="firstline">Restarts an existing BeyondCorp Enterprise Subscription in a given organization, that is scheduled for cancellation. Location will always be global as BeyondCorp subscriptions are per organization. Returns the timestamp for when the cancellation will become effective</p>
98101
<h3>Method Details</h3>
99102
<div class="method">
100103
<code class="details" id="cancel">cancel(name, requestId=None, x__xgafv=None)</code>
@@ -288,4 +291,23 @@ <h3>Method Details</h3>
288291
}</pre>
289292
</div>
290293

294+
<div class="method">
295+
<code class="details" id="restart">restart(name, requestId=None, x__xgafv=None)</code>
296+
<pre>Restarts an existing BeyondCorp Enterprise Subscription in a given organization, that is scheduled for cancellation. Location will always be global as BeyondCorp subscriptions are per organization. Returns the timestamp for when the cancellation will become effective
297+
298+
Args:
299+
name: string, Required. Name of the resource. (required)
300+
requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
301+
x__xgafv: string, V1 error format.
302+
Allowed values
303+
1 - v1 error format
304+
2 - v2 error format
305+
306+
Returns:
307+
An object of the form:
308+
309+
{ # Response message for BeyondCorp.RestartSubscription
310+
}</pre>
311+
</div>
312+
291313
</body></html>

0 commit comments

Comments
 (0)