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:
- schemas.CustomInterceptProfile (Total Keys: 3)
- schemas.SecurityProfile.properties.customInterceptProfile.$ref (Total Keys: 1)
- schemas.SecurityProfileGroup.properties.customInterceptProfile.type (Total Keys: 1)

#### networksecurity:v1beta1

The following keys were added:
- resources.projects.resources.locations.resources.interceptDeploymentGroups.methods.create (Total Keys: 16)
- resources.projects.resources.locations.resources.interceptDeploymentGroups.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.interceptDeploymentGroups.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.interceptDeploymentGroups.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.interceptDeploymentGroups.methods.patch (Total Keys: 17)
- resources.projects.resources.locations.resources.interceptDeployments.methods.create (Total Keys: 16)
- resources.projects.resources.locations.resources.interceptDeployments.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.interceptDeployments.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.interceptDeployments.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.interceptDeployments.methods.patch (Total Keys: 17)
- resources.projects.resources.locations.resources.interceptEndpointGroupAssociations.methods.create (Total Keys: 16)
- resources.projects.resources.locations.resources.interceptEndpointGroupAssociations.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.interceptEndpointGroupAssociations.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.interceptEndpointGroupAssociations.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.interceptEndpointGroupAssociations.methods.patch (Total Keys: 17)
- resources.projects.resources.locations.resources.interceptEndpointGroups.methods.create (Total Keys: 16)
- resources.projects.resources.locations.resources.interceptEndpointGroups.methods.delete (Total Keys: 13)
- resources.projects.resources.locations.resources.interceptEndpointGroups.methods.get (Total Keys: 11)
- resources.projects.resources.locations.resources.interceptEndpointGroups.methods.list (Total Keys: 20)
- resources.projects.resources.locations.resources.interceptEndpointGroups.methods.patch (Total Keys: 17)
- schemas.CustomInterceptProfile (Total Keys: 3)
- schemas.InterceptDeployment (Total Keys: 40)
- schemas.InterceptEndpointGroup (Total Keys: 53)
- schemas.ListInterceptDeploymentGroupsResponse (Total Keys: 5)
- schemas.ListInterceptDeploymentsResponse (Total Keys: 7)
- schemas.ListInterceptEndpointGroupAssociationsResponse (Total Keys: 5)
- schemas.ListInterceptEndpointGroupsResponse (Total Keys: 5)
- schemas.SecurityProfile.properties.customInterceptProfile.$ref (Total Keys: 1)
- schemas.SecurityProfileGroup.properties.customInterceptProfile.type (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Dec 10, 2024
1 parent edf014b commit dbe06d2
Show file tree
Hide file tree
Showing 18 changed files with 3,746 additions and 1,119 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ <h1><a href="networksecurity_v1.html">Network Security API</a> . <a href="networ
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#cancel">cancel(name, body=None, x__xgafv=None)</a></code></p>
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
<p class="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.</p>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
Expand All @@ -95,7 +95,7 @@ <h2>Instance Methods</h2>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="cancel">cancel(name, body=None, x__xgafv=None)</code>
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn&#x27;t support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.

Args:
name: string, The name of the operation resource to be cancelled. (required)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomIntercept configuration.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down Expand Up @@ -203,8 +204,9 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomIntercept configuration.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down Expand Up @@ -236,8 +238,9 @@ <h3>Method Details</h3>
{ # Response returned by the ListSecurityProfileGroups method.
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
&quot;securityProfileGroups&quot;: [ # List of SecurityProfileGroups resources.
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomIntercept configuration.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down Expand Up @@ -275,8 +278,9 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11
{ # SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomIntercept configuration.
&quot;customMirroringProfile&quot;: &quot;A String&quot;, # Optional. Reference to a SecurityProfile with the CustomMirroring configuration.
&quot;description&quot;: &quot;A String&quot;, # Optional. An optional description of the profile group. Max length 2048 characters.
&quot;etag&quot;: &quot;A String&quot;, # Output only. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,11 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: { # CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule. # The custom TPPI configuration for the SecurityProfile.
&quot;interceptEndpointGroup&quot;: &quot;A String&quot;, # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
Expand Down Expand Up @@ -220,8 +223,11 @@ <h3>Method Details</h3>
Returns:
An object of the form:

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: { # CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule. # The custom TPPI configuration for the SecurityProfile.
&quot;interceptEndpointGroup&quot;: &quot;A String&quot;, # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
Expand Down Expand Up @@ -270,8 +276,11 @@ <h3>Method Details</h3>
{ # Response returned by the ListSecurityProfiles method.
&quot;nextPageToken&quot;: &quot;A String&quot;, # If there might be more results than those appearing in this response, then `next_page_token` is included. To get the next set of results, call this method again using the value of `next_page_token` as `page_token`.
&quot;securityProfiles&quot;: [ # List of SecurityProfile resources.
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: { # CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule. # The custom TPPI configuration for the SecurityProfile.
&quot;interceptEndpointGroup&quot;: &quot;A String&quot;, # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
Expand Down Expand Up @@ -326,8 +335,11 @@ <h3>Method Details</h3>
body: object, The request body.
The object takes the form of:

{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12
{ # SecurityProfile is a resource that defines the behavior for one of many ProfileTypes.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Resource creation timestamp.
&quot;customInterceptProfile&quot;: { # CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule. # The custom TPPI configuration for the SecurityProfile.
&quot;interceptEndpointGroup&quot;: &quot;A String&quot;, # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.
},
&quot;customMirroringProfile&quot;: { # CustomMirroringProfile defines an action for mirroring traffic to a collector&#x27;s EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile.
&quot;mirroringEndpointGroup&quot;: &quot;A String&quot;, # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.
},
Expand Down
Loading

0 comments on commit dbe06d2

Please sign in to comment.