Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 98ef5fc

Browse files
committedOct 25, 2022
feat(beyondcorp): update the api
#### 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)
1 parent 3987df7 commit 98ef5fc

5 files changed

+416
-740
lines changed
 

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

+5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@ <h2>Instance Methods</h2>
7979
</p>
8080
<p class="firstline">Returns the insights Resource.</p>
8181

82+
<p class="toc_element">
83+
<code><a href="beyondcorp_v1alpha.organizations.locations.subscriptions.html">subscriptions()</a></code>
84+
</p>
85+
<p class="firstline">Returns the subscriptions Resource.</p>
86+
8287
<p class="toc_element">
8388
<code><a href="#close">close()</a></code></p>
8489
<p class="firstline">Close httplib2 connections.</p>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,215 @@
1+
<html><body>
2+
<style>
3+
4+
body, h1, h2, h3, div, span, p, pre, a {
5+
margin: 0;
6+
padding: 0;
7+
border: 0;
8+
font-weight: inherit;
9+
font-style: inherit;
10+
font-size: 100%;
11+
font-family: inherit;
12+
vertical-align: baseline;
13+
}
14+
15+
body {
16+
font-size: 13px;
17+
padding: 1em;
18+
}
19+
20+
h1 {
21+
font-size: 26px;
22+
margin-bottom: 1em;
23+
}
24+
25+
h2 {
26+
font-size: 24px;
27+
margin-bottom: 1em;
28+
}
29+
30+
h3 {
31+
font-size: 20px;
32+
margin-bottom: 1em;
33+
margin-top: 1em;
34+
}
35+
36+
pre, code {
37+
line-height: 1.5;
38+
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39+
}
40+
41+
pre {
42+
margin-top: 0.5em;
43+
}
44+
45+
h1, h2, h3, p {
46+
font-family: Arial, sans serif;
47+
}
48+
49+
h1, h2, h3 {
50+
border-bottom: solid #CCC 1px;
51+
}
52+
53+
.toc_element {
54+
margin-top: 0.5em;
55+
}
56+
57+
.firstline {
58+
margin-left: 2 em;
59+
}
60+
61+
.method {
62+
margin-top: 1em;
63+
border: solid 1px #CCC;
64+
padding: 1em;
65+
background: #EEE;
66+
}
67+
68+
.details {
69+
font-weight: bold;
70+
font-size: 14px;
71+
}
72+
73+
</style>
74+
75+
<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>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="#close">close()</a></code></p>
79+
<p class="firstline">Close httplib2 connections.</p>
80+
<p class="toc_element">
81+
<code><a href="#create">create(parent, body=None, x__xgafv=None)</a></code></p>
82+
<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>
83+
<p class="toc_element">
84+
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
85+
<p class="firstline">Gets details of a single Subscription.</p>
86+
<p class="toc_element">
87+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p>
88+
<p class="firstline">Lists Subscriptions in a given organization and location.</p>
89+
<p class="toc_element">
90+
<code><a href="#list_next">list_next()</a></code></p>
91+
<p class="firstline">Retrieves the next page of results.</p>
92+
<h3>Method Details</h3>
93+
<div class="method">
94+
<code class="details" id="close">close()</code>
95+
<pre>Close httplib2 connections.</pre>
96+
</div>
97+
98+
<div class="method">
99+
<code class="details" id="create">create(parent, body=None, x__xgafv=None)</code>
100+
<pre>Creates a new BeyondCorp Enterprise Subscription in a given organization. Location will always be global as BeyondCorp subscriptions are per organization.
101+
102+
Args:
103+
parent: string, Required. The resource name of the subscription location using the form: `organizations/{organization_id}/locations/{location}` (required)
104+
body: object, The request body.
105+
The object takes the form of:
106+
107+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
108+
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
109+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
110+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
111+
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
112+
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
113+
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
114+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
115+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
116+
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
117+
}
118+
119+
x__xgafv: string, V1 error format.
120+
Allowed values
121+
1 - v1 error format
122+
2 - v2 error format
123+
124+
Returns:
125+
An object of the form:
126+
127+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
128+
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
129+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
130+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
131+
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
132+
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
133+
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
134+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
135+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
136+
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
137+
}</pre>
138+
</div>
139+
140+
<div class="method">
141+
<code class="details" id="get">get(name, x__xgafv=None)</code>
142+
<pre>Gets details of a single Subscription.
143+
144+
Args:
145+
name: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}/subscriptions/{subscription_id}` (required)
146+
x__xgafv: string, V1 error format.
147+
Allowed values
148+
1 - v1 error format
149+
2 - v2 error format
150+
151+
Returns:
152+
An object of the form:
153+
154+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
155+
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
156+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
157+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
158+
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
159+
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
160+
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
161+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
162+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
163+
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
164+
}</pre>
165+
</div>
166+
167+
<div class="method">
168+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, x__xgafv=None)</code>
169+
<pre>Lists Subscriptions in a given organization and location.
170+
171+
Args:
172+
parent: string, Required. The resource name of Subscription using the form: `organizations/{organization_id}/locations/{location}` (required)
173+
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.
174+
pageToken: string, Optional. The next_page_token value returned from a previous ListSubscriptionsRequest, if any.
175+
x__xgafv: string, V1 error format.
176+
Allowed values
177+
1 - v1 error format
178+
2 - v2 error format
179+
180+
Returns:
181+
An object of the form:
182+
183+
{ # Response message for BeyondCorp.ListSubscriptions.
184+
&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.
185+
&quot;subscriptions&quot;: [ # A list of BeyondCorp Subscriptions in the organization.
186+
{ # A BeyondCorp Subscription resource represents BeyondCorp Enterprise Subscription. BeyondCorp Enterprise Subscription enables BeyondCorp Enterprise permium features for an organization.
187+
&quot;autoRenewEnabled&quot;: True or False, # Output only. Represents that, if subscription will renew or end when the term ends.
188+
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time of the subscription.
189+
&quot;endTime&quot;: &quot;A String&quot;, # Output only. End time of the subscription.
190+
&quot;name&quot;: &quot;A String&quot;, # Required. Unique resource name of the Subscription. The name is ignored when creating a subscription.
191+
&quot;seatCount&quot;: &quot;A String&quot;, # Output only. Number of seats in the subscription.
192+
&quot;sku&quot;: &quot;A String&quot;, # Required. SKU of subscription.
193+
&quot;startTime&quot;: &quot;A String&quot;, # Output only. Start time of the subscription.
194+
&quot;state&quot;: &quot;A String&quot;, # Output only. The current state of the subscription.
195+
&quot;type&quot;: &quot;A String&quot;, # Required. Type of subscription.
196+
},
197+
],
198+
}</pre>
199+
</div>
200+
201+
<div class="method">
202+
<code class="details" id="list_next">list_next()</code>
203+
<pre>Retrieves the next page of results.
204+
205+
Args:
206+
previous_request: The request for the previous page. (required)
207+
previous_response: The response from the request for the previous page. (required)
208+
209+
Returns:
210+
A request object that you can call &#x27;execute()&#x27; on to request the next
211+
page. Returns None if there are no more items in the collection.
212+
</pre>
213+
</div>
214+
215+
</body></html>

0 commit comments

Comments
 (0)
Please sign in to comment.