Skip to content

Commit

Permalink
feat(beyondcorp): update the api
Browse files Browse the repository at this point in the history
#### beyondcorp:v1

The following keys were deleted:
- schemas.GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata (Total Keys: 16)
- schemas.GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnectionOperationMetadata (Total Keys: 18)

#### beyondcorp:v1alpha

The following keys were deleted:
- resources.projects.resources.locations.resources.netConnections.methods.create (Total Keys: 18)
- resources.projects.resources.locations.resources.netConnections.methods.delete (Total Keys: 15)
- resources.projects.resources.locations.resources.netConnections.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.netConnections.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.netConnections.methods.patch (Total Keys: 21)
- schemas.GoogleCloudBeyondcorpApplicationsV1alphaApplicationOperationMetadata (Total Keys: 16)
- schemas.GoogleCloudBeyondcorpNetconnectionsV1alphaListNetConnectionsResponse (Total Keys: 7)
- schemas.GoogleCloudBeyondcorpNetconnectionsV1alphaNetConnection (Total Keys: 40)

The following keys were added:
- resources.organizations.resources.locations.resources.subscriptions.methods.create (Total Keys: 12)
- resources.organizations.resources.locations.resources.subscriptions.methods.get (Total Keys: 11)
- resources.organizations.resources.locations.resources.subscriptions.methods.list (Total Keys: 16)
- schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaListSubscriptionsResponse (Total Keys: 5)
- schemas.GoogleCloudBeyondcorpSaasplatformSubscriptionsV1alphaSubscription (Total Keys: 21)
  • Loading branch information
yoshi-automation committed Oct 25, 2022
1 parent 3987df7 commit 98ef5fc
Show file tree
Hide file tree
Showing 5 changed files with 416 additions and 740 deletions.
5 changes: 5 additions & 0 deletions docs/dyn/beyondcorp_v1alpha.organizations.locations.html
Expand Up @@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the insights Resource.</p>

<p class="toc_element">
<code><a href="beyondcorp_v1alpha.organizations.locations.subscriptions.html">subscriptions()</a></code>
</p>
<p class="firstline">Returns the subscriptions Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
215 changes: 215 additions & 0 deletions docs/dyn/beyondcorp_v1alpha.organizations.locations.subscriptions.html
@@ -0,0 +1,215 @@
<html><body>
<style>

body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
font-size: 13px;
padding: 1em;
}

h1 {
font-size: 26px;
margin-bottom: 1em;
}

h2 {
font-size: 24px;
margin-bottom: 1em;
}

h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}

pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}

pre {
margin-top: 0.5em;
}

h1, h2, h3, p {
font-family: Arial, sans serif;
}

h1, h2, h3 {
border-bottom: solid #CCC 1px;
}

.toc_element {
margin-top: 0.5em;
}

.firstline {
margin-left: 2 em;
}

.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}

.details {
font-weight: bold;
font-size: 14px;
}

</style>

<h1><a href="beyondcorp_v1alpha.html">BeyondCorp API</a> . <a href="beyondcorp_v1alpha.organizations.html">organizations</a> . <a href="beyondcorp_v1alpha.organizations.locations.html">locations</a> . <a href="beyondcorp_v1alpha.organizations.locations.subscriptions.html">subscriptions</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.</p>
<p class="toc_element">
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
<p class="firstline">Gets details of a single Subscription.</p>
<p class="toc_element">
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
<p class="firstline">Lists Subscriptions in a given organization and location.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

<div class="method">
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
<pre>Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.

Args:
parent: string, Required. The resource name of the subscription location using the form: `organizations/{organization_id}/locations/{location}` (required)
body: object, The request body.
The object takes the form of:

{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
}

x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
}</pre>
</div>

<div class="method">
<code class="details" id="get">get(name, x__xgafv=None)</code>
<pre>Gets details of a single Subscription.

Args:
name: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}` (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
}</pre>
</div>

<div class="method">
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
<pre>Lists Subscriptions in a given organization and location.

Args:
parent: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}` (required)
pageSize: integer, Optional. The maximum number of items to return. If not specified, a default value of 50 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response&#x27;s next_page_token to determine if there are more instances left to be queried.
pageToken: string, Optional. The next_page_token value returned from a previous ListSubscriptionsRequest, if any.
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format

Returns:
An object of the form:

{ # Response message for BeyondCorp.ListSubscriptions.
&quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results, or empty if there are no more results in the list.
&quot;subscriptions&quot;: [ # A list of BeyondCorp Subscriptions in the organization.
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
},
],
}</pre>
</div>

<div class="method">
<code class="details" id="list_next">list_next()</code>
<pre>Retrieves the next page of results.

Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)

Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>

</body></html>

0 comments on commit 98ef5fc

Please sign in to comment.