Skip to content

Commit

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

The following keys were added:
- resources.projects.resources.locations.resources.gateways.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.gateways.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.gateways.methods.get (Total Keys: 25)
- resources.projects.resources.locations.resources.gateways.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.gateways.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.gateways.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.gateways.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.grpcRoutes.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.grpcRoutes.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.grpcRoutes.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.grpcRoutes.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.grpcRoutes.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.httpRoutes.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.httpRoutes.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.httpRoutes.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.httpRoutes.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.httpRoutes.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.meshes.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.meshes.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.meshes.methods.get (Total Keys: 25)
- resources.projects.resources.locations.resources.meshes.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.meshes.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.meshes.methods.setIamPolicy (Total Keys: 12)
- resources.projects.resources.locations.resources.meshes.methods.testIamPermissions (Total Keys: 12)
- resources.projects.resources.locations.resources.tcpRoutes.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.tcpRoutes.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.tcpRoutes.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.tcpRoutes.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.tcpRoutes.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.tlsRoutes.methods.create (Total Keys: 14)
- resources.projects.resources.locations.resources.tlsRoutes.methods.delete (Total Keys: 11)
- resources.projects.resources.locations.resources.tlsRoutes.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.tlsRoutes.methods.list (Total Keys: 16)
- resources.projects.resources.locations.resources.tlsRoutes.methods.patch (Total Keys: 15)
- schemas.Gateway (Total Keys: 19)
- schemas.GrpcRoute (Total Keys: 77)
- schemas.HttpRoute (Total Keys: 136)
- schemas.ListGatewaysResponse (Total Keys: 5)
- schemas.ListGrpcRoutesResponse (Total Keys: 5)
- schemas.ListHttpRoutesResponse (Total Keys: 5)
- schemas.ListMeshesResponse (Total Keys: 5)
- schemas.ListTcpRoutesResponse (Total Keys: 5)
- schemas.ListTlsRoutesResponse (Total Keys: 5)
- schemas.Mesh (Total Keys: 15)
- schemas.TcpRoute (Total Keys: 38)
- schemas.TlsRoute (Total Keys: 37)
  • Loading branch information
yoshi-automation committed Mar 15, 2022
1 parent 07dcadc commit 3d03ad1
Show file tree
Hide file tree
Showing 8 changed files with 5,843 additions and 262 deletions.
508 changes: 508 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.gateways.html

Large diffs are not rendered by default.

532 changes: 532 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.grpcRoutes.html

Large diffs are not rendered by default.

30 changes: 30 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,26 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the endpointPolicies Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.gateways.html">gateways()</a></code>
</p>
<p class="firstline">Returns the gateways Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.grpcRoutes.html">grpcRoutes()</a></code>
</p>
<p class="firstline">Returns the grpcRoutes Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.httpRoutes.html">httpRoutes()</a></code>
</p>
<p class="firstline">Returns the httpRoutes Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.meshes.html">meshes()</a></code>
</p>
<p class="firstline">Returns the meshes Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.operations.html">operations()</a></code>
</p>
Expand All @@ -89,6 +109,16 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the serviceBindings Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.tcpRoutes.html">tcpRoutes()</a></code>
</p>
<p class="firstline">Returns the tcpRoutes Resource.</p>

<p class="toc_element">
<code><a href="networkservices_v1beta1.projects.locations.tlsRoutes.html">tlsRoutes()</a></code>
</p>
<p class="firstline">Returns the tlsRoutes Resource.</p>

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down
836 changes: 836 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.httpRoutes.html

Large diffs are not rendered by default.

488 changes: 488 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.meshes.html

Large diffs are not rendered by default.

412 changes: 412 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.tcpRoutes.html

Large diffs are not rendered by default.

412 changes: 412 additions & 0 deletions docs/dyn/networkservices_v1beta1.projects.locations.tlsRoutes.html

Large diffs are not rendered by default.

2,887 changes: 2,625 additions & 262 deletions googleapiclient/discovery_cache/documents/networkservices.v1beta1.json

Large diffs are not rendered by default.

0 comments on commit 3d03ad1

Please sign in to comment.