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.GoogleCloudBeyondcorpSecuritygatewaysV1Peering.properties.targetVpcNetwork.type (Total Keys: 1)

The following keys were added:
- resources.projects.resources.locations.resources.global.resources.securityGateways.resources.applications.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.securityGateways.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.securityGateways.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.securityGateways.resources.applications.methods.getIamPolicy (Total Keys: 14)
- resources.projects.resources.locations.resources.securityGateways.resources.applications.methods.setIamPolicy (Total Keys: 12)
- resources.v.resources.projects.resources.locations.resources.securityGateways.methods.setIamPolicy (Total Keys: 12)
- schemas.GoogleCloudBeyondcorpSecuritygatewaysV1Peering.properties.targetNetwork.type (Total Keys: 1)

#### beyondcorp:v1alpha

The following keys were deleted:
- schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering.properties.targetVpcNetwork.type (Total Keys: 1)

The following keys were added:
- schemas.GoogleCloudBeyondcorpSecuritygatewaysV1alphaPeering.properties.targetNetwork.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Oct 29, 2024
1 parent 3ece908 commit 27b0b6e
Show file tree
Hide file tree
Showing 11 changed files with 904 additions and 6 deletions.
5 changes: 5 additions & 0 deletions docs/dyn/beyondcorp_v1.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the projects Resource.</p>

<p class="toc_element">
<code><a href="beyondcorp_v1.v.html">v()</a></code>
</p>
<p class="firstline">Returns the v Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ <h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#patch">patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Updates the parameters of a single Application.</p>
<p class="toc_element">
<code><a href="#testIamPermissions">testIamPermissions(resource, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may "fail open" without warning.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
Expand Down Expand Up @@ -199,4 +202,34 @@ <h3>Method Details</h3>
}</pre>
</div>

<div class="method">
<code class="details" id="testIamPermissions">testIamPermissions(resource, body=None, x__xgafv=None)</code>
<pre>Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a `NOT_FOUND` error. Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may &quot;fail open&quot; without warning.

Args:
resource: string, REQUIRED: The resource for which the policy detail is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field. (required)
body: object, The request body.
The object takes the form of:

{ # Request message for `TestIamPermissions` method.
&quot;permissions&quot;: [ # The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
&quot;A String&quot;,
],
}

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 `TestIamPermissions` method.
&quot;permissions&quot;: [ # A subset of `TestPermissionsRequest.permissions` that the caller is allowed.
&quot;A String&quot;,
],
}</pre>
</div>

</body></html>

Large diffs are not rendered by default.

86 changes: 85 additions & 1 deletion docs/dyn/beyondcorp_v1.projects.locations.securityGateways.html

Large diffs are not rendered by default.

91 changes: 91 additions & 0 deletions docs/dyn/beyondcorp_v1.v.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<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_v1.html">BeyondCorp API</a> . <a href="beyondcorp_v1.v.html">v</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="beyondcorp_v1.v.projects.html">projects()</a></code>
</p>
<p class="firstline">Returns the projects Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

</body></html>
91 changes: 91 additions & 0 deletions docs/dyn/beyondcorp_v1.v.projects.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<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_v1.html">BeyondCorp API</a> . <a href="beyondcorp_v1.v.html">v</a> . <a href="beyondcorp_v1.v.projects.html">projects</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="beyondcorp_v1.v.projects.locations.html">locations()</a></code>
</p>
<p class="firstline">Returns the locations Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

</body></html>
91 changes: 91 additions & 0 deletions docs/dyn/beyondcorp_v1.v.projects.locations.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,91 @@
<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_v1.html">BeyondCorp API</a> . <a href="beyondcorp_v1.v.html">v</a> . <a href="beyondcorp_v1.v.projects.html">projects</a> . <a href="beyondcorp_v1.v.projects.locations.html">locations</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="beyondcorp_v1.v.projects.locations.securityGateways.html">securityGateways()</a></code>
</p>
<p class="firstline">Returns the securityGateways Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>

</body></html>
Loading

0 comments on commit 27b0b6e

Please sign in to comment.