Skip to content

Commit

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

The following keys were added:
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.create (Total Keys: 16)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.delete (Total Keys: 13)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.get (Total Keys: 11)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.list (Total Keys: 20)
- resources.organizations.resources.locations.resources.firewallEndpoints.methods.patch (Total Keys: 17)
- resources.organizations.resources.locations.resources.securityProfileGroups.methods.create (Total Keys: 14)
- resources.organizations.resources.locations.resources.securityProfileGroups.methods.delete (Total Keys: 11)
- resources.organizations.resources.locations.resources.securityProfileGroups.methods.get (Total Keys: 11)
- resources.organizations.resources.locations.resources.securityProfileGroups.methods.list (Total Keys: 16)
- resources.organizations.resources.locations.resources.securityProfileGroups.methods.patch (Total Keys: 15)
- resources.organizations.resources.locations.resources.securityProfiles.methods.create (Total Keys: 14)
- resources.organizations.resources.locations.resources.securityProfiles.methods.delete (Total Keys: 11)
- resources.organizations.resources.locations.resources.securityProfiles.methods.get (Total Keys: 11)
- resources.organizations.resources.locations.resources.securityProfiles.methods.list (Total Keys: 16)
- resources.organizations.resources.locations.resources.securityProfiles.methods.patch (Total Keys: 15)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.create (Total Keys: 16)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.firewallEndpointAssociations.methods.patch (Total Keys: 17)
- schemas.FirewallEndpoint (Total Keys: 48)
- schemas.ListFirewallEndpointAssociationsResponse (Total Keys: 7)
- schemas.ListFirewallEndpointsResponse (Total Keys: 7)
- schemas.ListSecurityProfileGroupsResponse (Total Keys: 5)
- schemas.ListSecurityProfilesResponse (Total Keys: 5)
- schemas.SecurityProfile (Total Keys: 25)
- schemas.SeverityOverride (Total Keys: 4)
- schemas.ThreatOverride (Total Keys: 6)
- schemas.ThreatPreventionProfile (Total Keys: 6)

#### networksecurity:v1beta1

The following keys were added:
- schemas.FirewallEndpointAssociation.properties.disabled.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 12, 2024
1 parent 6f898f3 commit b74c804
Show file tree
Hide file tree
Showing 9 changed files with 2,619 additions and 43 deletions.

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions docs/dyn/networksecurity_v1.organizations.locations.html
Expand Up @@ -79,11 +79,26 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the addressGroups Resource.</p>

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

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

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

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

<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions docs/dyn/networksecurity_v1.projects.locations.html
Expand Up @@ -89,6 +89,11 @@ <h2>Instance Methods</h2>
</p>
<p class="firstline">Returns the clientTlsPolicies Resource.</p>

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

<p class="toc_element">
<code><a href="networksecurity_v1.projects.locations.gatewaySecurityPolicies.html">gatewaySecurityPolicies()</a></code>
</p>
Expand Down
Expand Up @@ -112,6 +112,7 @@ <h3>Method Details</h3>

{ # Message describing Association object
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
&quot;disabled&quot;: True or False, # Optional. Whether the association is disabled. True indicates that traffic won&#x27;t be intercepted
&quot;firewallEndpoint&quot;: &quot;A String&quot;, # Required. The URL of the FirewallEndpoint that is being associated.
&quot;labels&quot;: { # Optional. Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -207,6 +208,7 @@ <h3>Method Details</h3>

{ # Message describing Association object
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
&quot;disabled&quot;: True or False, # Optional. Whether the association is disabled. True indicates that traffic won&#x27;t be intercepted
&quot;firewallEndpoint&quot;: &quot;A String&quot;, # Required. The URL of the FirewallEndpoint that is being associated.
&quot;labels&quot;: { # Optional. Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -242,6 +244,7 @@ <h3>Method Details</h3>
&quot;firewallEndpointAssociations&quot;: [ # The list of Association
{ # Message describing Association object
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
&quot;disabled&quot;: True or False, # Optional. Whether the association is disabled. True indicates that traffic won&#x27;t be intercepted
&quot;firewallEndpoint&quot;: &quot;A String&quot;, # Required. The URL of the FirewallEndpoint that is being associated.
&quot;labels&quot;: { # Optional. Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down Expand Up @@ -286,6 +289,7 @@ <h3>Method Details</h3>

{ # Message describing Association object
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Create time stamp
&quot;disabled&quot;: True or False, # Optional. Whether the association is disabled. True indicates that traffic won&#x27;t be intercepted
&quot;firewallEndpoint&quot;: &quot;A String&quot;, # Required. The URL of the FirewallEndpoint that is being associated.
&quot;labels&quot;: { # Optional. Labels as key value pairs
&quot;a_key&quot;: &quot;A String&quot;,
Expand Down

0 comments on commit b74c804

Please sign in to comment.