Skip to content

Commit 0076eb5

Browse files
feat(beyondcorp): update the api
#### beyondcorp:v1 The following keys were added: - resources.organizations.resources.locations.resources.global.resources.partnerTenants.methods.getIamPolicy (Total Keys: 14) - resources.organizations.resources.locations.resources.global.resources.partnerTenants.methods.setIamPolicy (Total Keys: 12) - resources.organizations.resources.locations.resources.global.resources.partnerTenants.methods.testIamPermissions (Total Keys: 12) - resources.organizations.resources.locations.resources.global.resources.partnerTenants.resources.proxyConfigs.methods.getIamPolicy (Total Keys: 14) - resources.organizations.resources.locations.resources.global.resources.partnerTenants.resources.proxyConfigs.methods.setIamPolicy (Total Keys: 12) - resources.organizations.resources.locations.resources.global.resources.partnerTenants.resources.proxyConfigs.methods.testIamPermissions (Total Keys: 12) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata (Total Keys: 18) - schemas.GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata (Total Keys: 18) #### beyondcorp:v1alpha The following keys were added: - resources.organizations.resources.locations.resources.global.resources.partnerTenants.methods.create (Total Keys: 14) - resources.organizations.resources.locations.resources.global.resources.partnerTenants.methods.get (Total Keys: 11) - resources.organizations.resources.locations.resources.global.resources.tenants.methods.create (Total Keys: 14) - resources.organizations.resources.locations.resources.global.resources.tenants.methods.get (Total Keys: 11) - resources.organizations.resources.locations.resources.global.resources.tenants.resources.proxyConfigs.methods.create (Total Keys: 14) - resources.organizations.resources.locations.resources.global.resources.tenants.resources.proxyConfigs.methods.get (Total Keys: 11) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaEncryptionInfo (Total Keys: 4) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerMetadata (Total Keys: 3) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerServiceOperationMetadata (Total Keys: 18) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaPartnerTenant (Total Keys: 14) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaProxyConfig (Total Keys: 15) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaRoutingInfo (Total Keys: 3) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaTenant (Total Keys: 14) - schemas.GoogleCloudBeyondcorpPartnerservicesV1alphaTransportInfo (Total Keys: 4) - schemas.GoogleCloudBeyondcorpPartnerservicesV1mainPartnerServiceOperationMetadata (Total Keys: 18)
1 parent d2969cf commit 0076eb5

15 files changed

+2177
-8
lines changed

docs/dyn/beyondcorp_v1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,11 @@
7474

7575
<h1><a href="beyondcorp_v1.html">BeyondCorp API</a></h1>
7676
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="beyondcorp_v1.organizations.html">organizations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the organizations Resource.</p>
81+
7782
<p class="toc_element">
7883
<code><a href="beyondcorp_v1.projects.html">projects()</a></code>
7984
</p>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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_v1.html">BeyondCorp API</a> . <a href="beyondcorp_v1.organizations.html">organizations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="beyondcorp_v1.organizations.locations.html">locations()</a></code>
79+
</p>
80+
<p class="firstline">Returns the locations Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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_v1.html">BeyondCorp API</a> . <a href="beyondcorp_v1.organizations.html">organizations</a> . <a href="beyondcorp_v1.organizations.locations.html">locations</a> . <a href="beyondcorp_v1.organizations.locations.global_.html">global_</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="beyondcorp_v1.organizations.locations.global_.partnerTenants.html">partnerTenants()</a></code>
79+
</p>
80+
<p class="firstline">Returns the partnerTenants Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

docs/dyn/beyondcorp_v1.organizations.locations.global_.partnerTenants.html

Lines changed: 263 additions & 0 deletions
Large diffs are not rendered by default.

docs/dyn/beyondcorp_v1.organizations.locations.global_.partnerTenants.proxyConfigs.html

Lines changed: 258 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,91 @@
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_v1.html">BeyondCorp API</a> . <a href="beyondcorp_v1.organizations.html">organizations</a> . <a href="beyondcorp_v1.organizations.locations.html">locations</a></h1>
76+
<h2>Instance Methods</h2>
77+
<p class="toc_element">
78+
<code><a href="beyondcorp_v1.organizations.locations.global_.html">global_()</a></code>
79+
</p>
80+
<p class="firstline">Returns the global_ Resource.</p>
81+
82+
<p class="toc_element">
83+
<code><a href="#close">close()</a></code></p>
84+
<p class="firstline">Close httplib2 connections.</p>
85+
<h3>Method Details</h3>
86+
<div class="method">
87+
<code class="details" id="close">close()</code>
88+
<pre>Close httplib2 connections.</pre>
89+
</div>
90+
91+
</body></html>

docs/dyn/beyondcorp_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136
Returns:
137137
An object of the form:
138138

139-
{ # A resource that represents Google Cloud Platform location.
139+
{ # A resource that represents a Google Cloud location.
140140
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
141141
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
142142
&quot;a_key&quot;: &quot;A String&quot;,
@@ -168,7 +168,7 @@ <h3>Method Details</h3>
168168

169169
{ # The response message for Locations.ListLocations.
170170
&quot;locations&quot;: [ # A list of locations that matches the specified filter in the request.
171-
{ # A resource that represents Google Cloud Platform location.
171+
{ # A resource that represents a Google Cloud location.
172172
&quot;displayName&quot;: &quot;A String&quot;, # The friendly name for this location, typically a nearby city name. For example, &quot;Tokyo&quot;.
173173
&quot;labels&quot;: { # Cross-service attributes for the location. For example {&quot;cloud.googleapis.com/region&quot;: &quot;us-east1&quot;}
174174
&quot;a_key&quot;: &quot;A String&quot;,

0 commit comments

Comments
 (0)