diff --git a/docs/dyn/networksecurity_v1.organizations.locations.operations.html b/docs/dyn/networksecurity_v1.organizations.locations.operations.html index dc46778dc7..565e54b9b5 100644 --- a/docs/dyn/networksecurity_v1.organizations.locations.operations.html +++ b/docs/dyn/networksecurity_v1.organizations.locations.operations.html @@ -76,7 +76,7 @@

Network Security API . cancel(name, body=None, x__xgafv=None)

-

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`.

+

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`.

close()

Close httplib2 connections.

@@ -95,7 +95,7 @@

Instance Methods

Method Details

cancel(name, body=None, x__xgafv=None) -
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`.
+  
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`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/networksecurity_v1.organizations.locations.securityProfileGroups.html b/docs/dyn/networksecurity_v1.organizations.locations.securityProfileGroups.html
index 7431dbe332..c52541ee00 100644
--- a/docs/dyn/networksecurity_v1.organizations.locations.securityProfileGroups.html
+++ b/docs/dyn/networksecurity_v1.organizations.locations.securityProfileGroups.html
@@ -110,8 +110,9 @@ 

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. @@ -203,8 +204,9 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. @@ -236,8 +238,9 @@

Method Details

{ # Response returned by the ListSecurityProfileGroups method. "nextPageToken": "A String", # 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`. "securityProfileGroups": [ # 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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. @@ -275,8 +278,9 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. diff --git a/docs/dyn/networksecurity_v1.organizations.locations.securityProfiles.html b/docs/dyn/networksecurity_v1.organizations.locations.securityProfiles.html index 8e0444ab38..64425a1cc1 100644 --- a/docs/dyn/networksecurity_v1.organizations.locations.securityProfiles.html +++ b/docs/dyn/networksecurity_v1.organizations.locations.securityProfiles.html @@ -110,8 +110,11 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, @@ -220,8 +223,11 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, @@ -270,8 +276,11 @@

Method Details

{ # Response returned by the ListSecurityProfiles method. "nextPageToken": "A String", # 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`. "securityProfiles": [ # 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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, @@ -326,8 +335,11 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, diff --git a/docs/dyn/networksecurity_v1.projects.locations.authzPolicies.html b/docs/dyn/networksecurity_v1.projects.locations.authzPolicies.html index edb2768c42..d0527cd92b 100644 --- a/docs/dyn/networksecurity_v1.projects.locations.authzPolicies.html +++ b/docs/dyn/networksecurity_v1.projects.locations.authzPolicies.html @@ -134,7 +134,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -164,7 +164,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -194,7 +194,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -234,7 +234,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. @@ -386,7 +386,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -416,7 +416,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -446,7 +446,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -486,7 +486,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. @@ -626,7 +626,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -656,7 +656,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -686,7 +686,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -726,7 +726,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. @@ -827,7 +827,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -857,7 +857,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -887,7 +887,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -927,7 +927,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. diff --git a/docs/dyn/networksecurity_v1.projects.locations.operations.html b/docs/dyn/networksecurity_v1.projects.locations.operations.html index 44bf501869..382e02cc92 100644 --- a/docs/dyn/networksecurity_v1.projects.locations.operations.html +++ b/docs/dyn/networksecurity_v1.projects.locations.operations.html @@ -76,7 +76,7 @@

Network Security API . cancel(name, body=None, x__xgafv=None)

-

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`.

+

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`.

close()

Close httplib2 connections.

@@ -95,7 +95,7 @@

Instance Methods

Method Details

cancel(name, body=None, x__xgafv=None) -
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`.
+  
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`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/networksecurity_v1beta1.organizations.locations.operations.html b/docs/dyn/networksecurity_v1beta1.organizations.locations.operations.html
index c7bfc4f68d..abf9c6524f 100644
--- a/docs/dyn/networksecurity_v1beta1.organizations.locations.operations.html
+++ b/docs/dyn/networksecurity_v1beta1.organizations.locations.operations.html
@@ -76,7 +76,7 @@ 

Network Security API . cancel(name, body=None, x__xgafv=None)

-

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`.

+

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`.

close()

Close httplib2 connections.

@@ -95,7 +95,7 @@

Instance Methods

Method Details

cancel(name, body=None, x__xgafv=None) -
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`.
+  
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`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfileGroups.html b/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfileGroups.html
index 568ae73b43..434be6137c 100644
--- a/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfileGroups.html
+++ b/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfileGroups.html
@@ -110,8 +110,9 @@ 

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. @@ -203,8 +204,9 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. @@ -236,8 +238,9 @@

Method Details

{ # Response returned by the ListSecurityProfileGroups method. "nextPageToken": "A String", # 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`. "securityProfileGroups": [ # 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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. @@ -275,8 +278,9 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomIntercept configuration. "customMirroringProfile": "A String", # Optional. Reference to a SecurityProfile with the CustomMirroring configuration. "description": "A String", # Optional. An optional description of the profile group. Max length 2048 characters. "etag": "A String", # 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. diff --git a/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfiles.html b/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfiles.html index 49d7c10af1..bcca698023 100644 --- a/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfiles.html +++ b/docs/dyn/networksecurity_v1beta1.organizations.locations.securityProfiles.html @@ -110,8 +110,11 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, @@ -220,8 +223,11 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, @@ -270,8 +276,11 @@

Method Details

{ # Response returned by the ListSecurityProfiles method. "nextPageToken": "A String", # 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`. "securityProfiles": [ # 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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, @@ -326,8 +335,11 @@

Method Details

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. "createTime": "A String", # Output only. Resource creation timestamp. + "customInterceptProfile": { # 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. + "interceptEndpointGroup": "A String", # Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored. + }, "customMirroringProfile": { # CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup # The custom Packet Mirroring v2 configuration for the SecurityProfile. "mirroringEndpointGroup": "A String", # Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored. }, diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.authzPolicies.html b/docs/dyn/networksecurity_v1beta1.projects.locations.authzPolicies.html index 953a1f4281..55a7eb7c4f 100644 --- a/docs/dyn/networksecurity_v1beta1.projects.locations.authzPolicies.html +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.authzPolicies.html @@ -134,7 +134,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -164,7 +164,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -194,7 +194,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -234,7 +234,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. @@ -386,7 +386,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -416,7 +416,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -446,7 +446,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -486,7 +486,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. @@ -626,7 +626,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -656,7 +656,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -686,7 +686,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -726,7 +726,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. @@ -827,7 +827,7 @@

Method Details

"description": "A String", # Optional. A human-readable description of the resource. "httpRules": [ # Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules. { # Conditions to match against the incoming request. - "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of one or more sources of a request. + "from": { # Describes properties of one or more sources of a request. # Optional. Describes properties of a source of a request. "notSources": [ # Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. @@ -857,7 +857,7 @@

Method Details

], }, ], - "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. + "sources": [ # Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match. { # Describes the properties of a single source. "principals": [ # Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals. { # Determines how a string value should be matched. @@ -887,7 +887,7 @@

Method Details

}, ], }, - "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of one or more targets of a request. + "to": { # Describes properties of one or more targets of a request. # Optional. Describes properties of a target of a request. "notOperations": [ # Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. @@ -927,7 +927,7 @@

Method Details

], }, ], - "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. + "operations": [ # Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches. { # Describes properties of one or more targets of a request. "headerSet": { # Describes a set of HTTP headers to match against. # Optional. A list of headers to match against in http header. "headers": [ # Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.html b/docs/dyn/networksecurity_v1beta1.projects.locations.html index 2e4684540f..8494601a7c 100644 --- a/docs/dyn/networksecurity_v1beta1.projects.locations.html +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.html @@ -104,6 +104,26 @@

Instance Methods

Returns the gatewaySecurityPolicies Resource.

+

+ interceptDeploymentGroups() +

+

Returns the interceptDeploymentGroups Resource.

+ +

+ interceptDeployments() +

+

Returns the interceptDeployments Resource.

+ +

+ interceptEndpointGroupAssociations() +

+

Returns the interceptEndpointGroupAssociations Resource.

+ +

+ interceptEndpointGroups() +

+

Returns the interceptEndpointGroups Resource.

+

mirroringDeploymentGroups()

diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeploymentGroups.html b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeploymentGroups.html new file mode 100644 index 0000000000..13daf38a6f --- /dev/null +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeploymentGroups.html @@ -0,0 +1,341 @@ + + + +

Network Security API . projects . locations . interceptDeploymentGroups

+

Instance Methods

+

+ close()

+

Close httplib2 connections.

+

+ create(parent, body=None, interceptDeploymentGroupId=None, requestId=None, x__xgafv=None)

+

Creates a new InterceptDeploymentGroup in a given project and location.

+

+ delete(name, requestId=None, x__xgafv=None)

+

Deletes a single InterceptDeploymentGroup.

+

+ get(name, x__xgafv=None)

+

Gets details of a single InterceptDeploymentGroup.

+

+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

+

Lists InterceptDeploymentGroups in a given project and location.

+

+ list_next()

+

Retrieves the next page of results.

+

+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)

+

Updates a single InterceptDeploymentGroup.

+

Method Details

+
+ close() +
Close httplib2 connections.
+
+ +
+ create(parent, body=None, interceptDeploymentGroupId=None, requestId=None, x__xgafv=None) +
Creates a new InterceptDeploymentGroup in a given project and location.
+
+Args:
+  parent: string, Required. Value for parent. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptDeploymentGroup object
+  "connectedEndpointGroups": [ # Output only. The list of Intercept Endpoint Groups that are connected to this resource.
+    { # An endpoint group connected to this deployment group.
+      "name": "A String", # Output only. A connected intercept endpoint group.
+    },
+  ],
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. Then name of the InterceptDeploymentGroup.
+  "network": "A String", # Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the deployment group.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  interceptDeploymentGroupId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_deployment_group_id from the method_signature of Create RPC
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ delete(name, requestId=None, x__xgafv=None) +
Deletes a single InterceptDeploymentGroup.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ get(name, x__xgafv=None) +
Gets details of a single InterceptDeploymentGroup.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message describing InterceptDeploymentGroup object
+  "connectedEndpointGroups": [ # Output only. The list of Intercept Endpoint Groups that are connected to this resource.
+    { # An endpoint group connected to this deployment group.
+      "name": "A String", # Output only. A connected intercept endpoint group.
+    },
+  ],
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. Then name of the InterceptDeploymentGroup.
+  "network": "A String", # Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the deployment group.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+ +
+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None) +
Lists InterceptDeploymentGroups in a given project and location.
+
+Args:
+  parent: string, Required. Parent value for ListInterceptDeploymentGroupsRequest (required)
+  filter: string, Optional. Filtering results
+  orderBy: string, Optional. Hint for how to order the results
+  pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
+  pageToken: string, Optional. A token identifying a page of results the server should return.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message for response to listing InterceptDeploymentGroups
+  "interceptDeploymentGroups": [ # The list of InterceptDeploymentGroup
+    { # Message describing InterceptDeploymentGroup object
+      "connectedEndpointGroups": [ # Output only. The list of Intercept Endpoint Groups that are connected to this resource.
+        { # An endpoint group connected to this deployment group.
+          "name": "A String", # Output only. A connected intercept endpoint group.
+        },
+      ],
+      "createTime": "A String", # Output only. [Output only] Create time stamp
+      "labels": { # Optional. Labels as key value pairs
+        "a_key": "A String",
+      },
+      "name": "A String", # Immutable. Identifier. Then name of the InterceptDeploymentGroup.
+      "network": "A String", # Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}.
+      "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+      "state": "A String", # Output only. Current state of the deployment group.
+      "updateTime": "A String", # Output only. [Output only] Update time stamp
+    },
+  ],
+  "nextPageToken": "A String", # A token identifying a page of results the server should return.
+}
+
+ +
+ list_next() +
Retrieves the next page of results.
+
+        Args:
+          previous_request: The request for the previous page. (required)
+          previous_response: The response from the request for the previous page. (required)
+
+        Returns:
+          A request object that you can call 'execute()' on to request the next
+          page. Returns None if there are no more items in the collection.
+        
+
+ +
+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None) +
Updates a single InterceptDeploymentGroup.
+
+Args:
+  name: string, Immutable. Identifier. Then name of the InterceptDeploymentGroup. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptDeploymentGroup object
+  "connectedEndpointGroups": [ # Output only. The list of Intercept Endpoint Groups that are connected to this resource.
+    { # An endpoint group connected to this deployment group.
+      "name": "A String", # Output only. A connected intercept endpoint group.
+    },
+  ],
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. Then name of the InterceptDeploymentGroup.
+  "network": "A String", # Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the deployment group.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the InterceptDeploymentGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ + \ No newline at end of file diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeployments.html b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeployments.html new file mode 100644 index 0000000000..459d0a9aa9 --- /dev/null +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptDeployments.html @@ -0,0 +1,328 @@ + + + +

Network Security API . projects . locations . interceptDeployments

+

Instance Methods

+

+ close()

+

Close httplib2 connections.

+

+ create(parent, body=None, interceptDeploymentId=None, requestId=None, x__xgafv=None)

+

Creates a new InterceptDeployment in a given project and location.

+

+ delete(name, requestId=None, x__xgafv=None)

+

Deletes a single InterceptDeployment.

+

+ get(name, x__xgafv=None)

+

Gets details of a single InterceptDeployment.

+

+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

+

Lists InterceptDeployments in a given project and location.

+

+ list_next()

+

Retrieves the next page of results.

+

+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)

+

Updates a single InterceptDeployment.

+

Method Details

+
+ close() +
Close httplib2 connections.
+
+ +
+ create(parent, body=None, interceptDeploymentId=None, requestId=None, x__xgafv=None) +
Creates a new InterceptDeployment in a given project and location.
+
+Args:
+  parent: string, Required. Value for parent. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptDeployment object
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "forwardingRule": "A String", # Required. Immutable. The regional load balancer which the intercepted traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}
+  "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. The name of the InterceptDeployment.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the deployment.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  interceptDeploymentId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_deployment_id from the method_signature of Create RPC
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ delete(name, requestId=None, x__xgafv=None) +
Deletes a single InterceptDeployment.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ get(name, x__xgafv=None) +
Gets details of a single InterceptDeployment.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message describing InterceptDeployment object
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "forwardingRule": "A String", # Required. Immutable. The regional load balancer which the intercepted traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}
+  "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. The name of the InterceptDeployment.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the deployment.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+ +
+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None) +
Lists InterceptDeployments in a given project and location.
+
+Args:
+  parent: string, Required. Parent value for ListInterceptDeploymentsRequest (required)
+  filter: string, Optional. Filtering results
+  orderBy: string, Optional. Hint for how to order the results
+  pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
+  pageToken: string, Optional. A token identifying a page of results the server should return.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message for response to listing InterceptDeployments
+  "interceptDeployments": [ # The list of InterceptDeployment
+    { # Message describing InterceptDeployment object
+      "createTime": "A String", # Output only. [Output only] Create time stamp
+      "forwardingRule": "A String", # Required. Immutable. The regional load balancer which the intercepted traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}
+      "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+      "labels": { # Optional. Labels as key value pairs
+        "a_key": "A String",
+      },
+      "name": "A String", # Immutable. Identifier. The name of the InterceptDeployment.
+      "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+      "state": "A String", # Output only. Current state of the deployment.
+      "updateTime": "A String", # Output only. [Output only] Update time stamp
+    },
+  ],
+  "nextPageToken": "A String", # A token identifying a page of results the server should return.
+  "unreachable": [ # Locations that could not be reached.
+    "A String",
+  ],
+}
+
+ +
+ list_next() +
Retrieves the next page of results.
+
+        Args:
+          previous_request: The request for the previous page. (required)
+          previous_response: The response from the request for the previous page. (required)
+
+        Returns:
+          A request object that you can call 'execute()' on to request the next
+          page. Returns None if there are no more items in the collection.
+        
+
+ +
+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None) +
Updates a single InterceptDeployment.
+
+Args:
+  name: string, Immutable. Identifier. The name of the InterceptDeployment. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptDeployment object
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "forwardingRule": "A String", # Required. Immutable. The regional load balancer which the intercepted traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}
+  "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. The name of the InterceptDeployment.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the deployment.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the InterceptDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ + \ No newline at end of file diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroupAssociations.html b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroupAssociations.html new file mode 100644 index 0000000000..2cde383f0c --- /dev/null +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroupAssociations.html @@ -0,0 +1,349 @@ + + + +

Network Security API . projects . locations . interceptEndpointGroupAssociations

+

Instance Methods

+

+ close()

+

Close httplib2 connections.

+

+ create(parent, body=None, interceptEndpointGroupAssociationId=None, requestId=None, x__xgafv=None)

+

Creates a new InterceptEndpointGroupAssociation in a given project and location.

+

+ delete(name, requestId=None, x__xgafv=None)

+

Deletes a single InterceptEndpointGroupAssociation.

+

+ get(name, x__xgafv=None)

+

Gets details of a single InterceptEndpointGroupAssociation.

+

+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

+

Lists InterceptEndpointGroupAssociations in a given project and location.

+

+ list_next()

+

Retrieves the next page of results.

+

+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)

+

Updates a single InterceptEndpointGroupAssociation.

+

Method Details

+
+ close() +
Close httplib2 connections.
+
+ +
+ create(parent, body=None, interceptEndpointGroupAssociationId=None, requestId=None, x__xgafv=None) +
Creates a new InterceptEndpointGroupAssociation in a given project and location.
+
+Args:
+  parent: string, Required. Value for parent. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptEndpointGroupAssociation object
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "interceptEndpointGroup": "A String", # Required. Immutable. The Intercept Endpoint Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "locationsDetails": [ # Output only. The list of locations that this association is in and its details.
+    { # Details about the association status in a specific cloud location.
+      "location": "A String", # Output only. The cloud location.
+      "state": "A String", # Output only. The association state in this location.
+    },
+  ],
+  "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.
+  "network": "A String", # Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the endpoint group association.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  interceptEndpointGroupAssociationId: string, Optional. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_endpoint_group_association_id from the method_signature of Create RPC
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ delete(name, requestId=None, x__xgafv=None) +
Deletes a single InterceptEndpointGroupAssociation.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ get(name, x__xgafv=None) +
Gets details of a single InterceptEndpointGroupAssociation.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message describing InterceptEndpointGroupAssociation object
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "interceptEndpointGroup": "A String", # Required. Immutable. The Intercept Endpoint Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "locationsDetails": [ # Output only. The list of locations that this association is in and its details.
+    { # Details about the association status in a specific cloud location.
+      "location": "A String", # Output only. The cloud location.
+      "state": "A String", # Output only. The association state in this location.
+    },
+  ],
+  "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.
+  "network": "A String", # Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the endpoint group association.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+ +
+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None) +
Lists InterceptEndpointGroupAssociations in a given project and location.
+
+Args:
+  parent: string, Required. Parent value for ListInterceptEndpointGroupAssociationsRequest (required)
+  filter: string, Optional. Filtering results
+  orderBy: string, Optional. Hint for how to order the results
+  pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
+  pageToken: string, Optional. A token identifying a page of results the server should return.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message for response to listing InterceptEndpointGroupAssociations
+  "interceptEndpointGroupAssociations": [ # The list of InterceptEndpointGroupAssociation
+    { # Message describing InterceptEndpointGroupAssociation object
+      "createTime": "A String", # Output only. [Output only] Create time stamp
+      "interceptEndpointGroup": "A String", # Required. Immutable. The Intercept Endpoint Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`
+      "labels": { # Optional. Labels as key value pairs
+        "a_key": "A String",
+      },
+      "locationsDetails": [ # Output only. The list of locations that this association is in and its details.
+        { # Details about the association status in a specific cloud location.
+          "location": "A String", # Output only. The cloud location.
+          "state": "A String", # Output only. The association state in this location.
+        },
+      ],
+      "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.
+      "network": "A String", # Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}.
+      "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+      "state": "A String", # Output only. Current state of the endpoint group association.
+      "updateTime": "A String", # Output only. [Output only] Update time stamp
+    },
+  ],
+  "nextPageToken": "A String", # A token identifying a page of results the server should return.
+}
+
+ +
+ list_next() +
Retrieves the next page of results.
+
+        Args:
+          previous_request: The request for the previous page. (required)
+          previous_response: The response from the request for the previous page. (required)
+
+        Returns:
+          A request object that you can call 'execute()' on to request the next
+          page. Returns None if there are no more items in the collection.
+        
+
+ +
+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None) +
Updates a single InterceptEndpointGroupAssociation.
+
+Args:
+  name: string, Immutable. Identifier. The name of the InterceptEndpointGroupAssociation. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptEndpointGroupAssociation object
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "interceptEndpointGroup": "A String", # Required. Immutable. The Intercept Endpoint Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "locationsDetails": [ # Output only. The list of locations that this association is in and its details.
+    { # Details about the association status in a specific cloud location.
+      "location": "A String", # Output only. The cloud location.
+      "state": "A String", # Output only. The association state in this location.
+    },
+  ],
+  "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.
+  "network": "A String", # Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the endpoint group association.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the InterceptEndpointGroupAssociation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ + \ No newline at end of file diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroups.html b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroups.html new file mode 100644 index 0000000000..1423b76628 --- /dev/null +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.interceptEndpointGroups.html @@ -0,0 +1,353 @@ + + + +

Network Security API . projects . locations . interceptEndpointGroups

+

Instance Methods

+

+ close()

+

Close httplib2 connections.

+

+ create(parent, body=None, interceptEndpointGroupId=None, requestId=None, x__xgafv=None)

+

Creates a new InterceptEndpointGroup in a given project and location.

+

+ delete(name, requestId=None, x__xgafv=None)

+

Deletes a single InterceptEndpointGroup.

+

+ get(name, x__xgafv=None)

+

Gets details of a single InterceptEndpointGroup.

+

+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None)

+

Lists InterceptEndpointGroups in a given project and location.

+

+ list_next()

+

Retrieves the next page of results.

+

+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None)

+

Updates a single InterceptEndpointGroup.

+

Method Details

+
+ close() +
Close httplib2 connections.
+
+ +
+ create(parent, body=None, interceptEndpointGroupId=None, requestId=None, x__xgafv=None) +
Creates a new InterceptEndpointGroup in a given project and location.
+
+Args:
+  parent: string, Required. Value for parent. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptEndpointGroup object.
+  "associations": [ # Output only. List of Intercept Endpoint Group Associations that are associated to this endpoint group.
+    { # This is a subset of the InterceptEndpointGroupAssociation message, containing fields to be used by the consumer.
+      "name": "A String", # Output only. The resource name of the InterceptEndpointGroupAssociation. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociation}
+      "network": "A String", # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
+      "state": "A String", # Output only. Current state of the association.
+    },
+  ],
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "description": "A String", # Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.
+  "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroup.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the endpoint group.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  interceptEndpointGroupId: string, Required. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_endpoint_group_id from the method_signature of Create RPC
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ delete(name, requestId=None, x__xgafv=None) +
Deletes a single InterceptEndpointGroup.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ +
+ get(name, x__xgafv=None) +
Gets details of a single InterceptEndpointGroup.
+
+Args:
+  name: string, Required. Name of the resource (required)
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message describing InterceptEndpointGroup object.
+  "associations": [ # Output only. List of Intercept Endpoint Group Associations that are associated to this endpoint group.
+    { # This is a subset of the InterceptEndpointGroupAssociation message, containing fields to be used by the consumer.
+      "name": "A String", # Output only. The resource name of the InterceptEndpointGroupAssociation. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociation}
+      "network": "A String", # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
+      "state": "A String", # Output only. Current state of the association.
+    },
+  ],
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "description": "A String", # Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.
+  "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroup.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the endpoint group.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+ +
+ list(parent, filter=None, orderBy=None, pageSize=None, pageToken=None, x__xgafv=None) +
Lists InterceptEndpointGroups in a given project and location.
+
+Args:
+  parent: string, Required. Parent value for ListInterceptEndpointGroupsRequest (required)
+  filter: string, Optional. Filtering results
+  orderBy: string, Optional. Hint for how to order the results
+  pageSize: integer, Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
+  pageToken: string, Optional. A token identifying a page of results the server should return.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # Message for response to listing InterceptEndpointGroups
+  "interceptEndpointGroups": [ # The list of InterceptEndpointGroup
+    { # Message describing InterceptEndpointGroup object.
+      "associations": [ # Output only. List of Intercept Endpoint Group Associations that are associated to this endpoint group.
+        { # This is a subset of the InterceptEndpointGroupAssociation message, containing fields to be used by the consumer.
+          "name": "A String", # Output only. The resource name of the InterceptEndpointGroupAssociation. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociation}
+          "network": "A String", # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
+          "state": "A String", # Output only. Current state of the association.
+        },
+      ],
+      "createTime": "A String", # Output only. [Output only] Create time stamp
+      "description": "A String", # Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.
+      "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+      "labels": { # Optional. Labels as key value pairs
+        "a_key": "A String",
+      },
+      "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroup.
+      "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+      "state": "A String", # Output only. Current state of the endpoint group.
+      "updateTime": "A String", # Output only. [Output only] Update time stamp
+    },
+  ],
+  "nextPageToken": "A String", # A token identifying a page of results the server should return.
+}
+
+ +
+ list_next() +
Retrieves the next page of results.
+
+        Args:
+          previous_request: The request for the previous page. (required)
+          previous_response: The response from the request for the previous page. (required)
+
+        Returns:
+          A request object that you can call 'execute()' on to request the next
+          page. Returns None if there are no more items in the collection.
+        
+
+ +
+ patch(name, body=None, requestId=None, updateMask=None, x__xgafv=None) +
Updates a single InterceptEndpointGroup.
+
+Args:
+  name: string, Immutable. Identifier. The name of the InterceptEndpointGroup. (required)
+  body: object, The request body.
+    The object takes the form of:
+
+{ # Message describing InterceptEndpointGroup object.
+  "associations": [ # Output only. List of Intercept Endpoint Group Associations that are associated to this endpoint group.
+    { # This is a subset of the InterceptEndpointGroupAssociation message, containing fields to be used by the consumer.
+      "name": "A String", # Output only. The resource name of the InterceptEndpointGroupAssociation. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociation}
+      "network": "A String", # Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.
+      "state": "A String", # Output only. Current state of the association.
+    },
+  ],
+  "createTime": "A String", # Output only. [Output only] Create time stamp
+  "description": "A String", # Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.
+  "interceptDeploymentGroup": "A String", # Required. Immutable. The Intercept Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`
+  "labels": { # Optional. Labels as key value pairs
+    "a_key": "A String",
+  },
+  "name": "A String", # Immutable. Identifier. The name of the InterceptEndpointGroup.
+  "reconciling": True or False, # Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.
+  "state": "A String", # Output only. Current state of the endpoint group.
+  "updateTime": "A String", # Output only. [Output only] Update time stamp
+}
+
+  requestId: string, Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).
+  updateMask: string, Required. Field mask is used to specify the fields to be overwritten in the InterceptEndpointGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.
+  x__xgafv: string, V1 error format.
+    Allowed values
+      1 - v1 error format
+      2 - v2 error format
+
+Returns:
+  An object of the form:
+
+    { # This resource represents a long-running operation that is the result of a network API call.
+  "done": True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
+  "error": { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
+    "code": 42, # The status code, which should be an enum value of google.rpc.Code.
+    "details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
+      {
+        "a_key": "", # Properties of the object. Contains field @type with type URL.
+      },
+    ],
+    "message": "A String", # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
+  },
+  "metadata": { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+  "name": "A String", # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
+  "response": { # The normal, successful response of the operation. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
+    "a_key": "", # Properties of the object. Contains field @type with type URL.
+  },
+}
+
+ + \ No newline at end of file diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.mirroringDeploymentGroups.html b/docs/dyn/networksecurity_v1beta1.projects.locations.mirroringDeploymentGroups.html index 072c8e67a1..c4a2d6b553 100644 --- a/docs/dyn/networksecurity_v1beta1.projects.locations.mirroringDeploymentGroups.html +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.mirroringDeploymentGroups.html @@ -110,7 +110,7 @@

Method Details

body: object, The request body. The object takes the form of: -{ # Message describing MirroringDeploymentGroup object +{ # Message describing MirroringDeploymentGroup object NEXT ID: 10 "connectedEndpointGroups": [ # Output only. The list of Mirroring Endpoint Groups that are connected to this resource. { # An endpoint group connected to this deployment group. "name": "A String", # Output only. A connected mirroring endpoint group. @@ -208,7 +208,7 @@

Method Details

Returns: An object of the form: - { # Message describing MirroringDeploymentGroup object + { # Message describing MirroringDeploymentGroup object NEXT ID: 10 "connectedEndpointGroups": [ # Output only. The list of Mirroring Endpoint Groups that are connected to this resource. { # An endpoint group connected to this deployment group. "name": "A String", # Output only. A connected mirroring endpoint group. @@ -246,7 +246,7 @@

Method Details

{ # Message for response to listing MirroringDeploymentGroups "mirroringDeploymentGroups": [ # The list of MirroringDeploymentGroup - { # Message describing MirroringDeploymentGroup object + { # Message describing MirroringDeploymentGroup object NEXT ID: 10 "connectedEndpointGroups": [ # Output only. The list of Mirroring Endpoint Groups that are connected to this resource. { # An endpoint group connected to this deployment group. "name": "A String", # Output only. A connected mirroring endpoint group. @@ -290,7 +290,7 @@

Method Details

body: object, The request body. The object takes the form of: -{ # Message describing MirroringDeploymentGroup object +{ # Message describing MirroringDeploymentGroup object NEXT ID: 10 "connectedEndpointGroups": [ # Output only. The list of Mirroring Endpoint Groups that are connected to this resource. { # An endpoint group connected to this deployment group. "name": "A String", # Output only. A connected mirroring endpoint group. diff --git a/docs/dyn/networksecurity_v1beta1.projects.locations.operations.html b/docs/dyn/networksecurity_v1beta1.projects.locations.operations.html index 72a712c6b8..4e7d20578f 100644 --- a/docs/dyn/networksecurity_v1beta1.projects.locations.operations.html +++ b/docs/dyn/networksecurity_v1beta1.projects.locations.operations.html @@ -76,7 +76,7 @@

Network Security API . cancel(name, body=None, x__xgafv=None)

-

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`.

+

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`.

close()

Close httplib2 connections.

@@ -95,7 +95,7 @@

Instance Methods

Method Details

cancel(name, body=None, x__xgafv=None) -
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`.
+  
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`.
 
 Args:
   name: string, The name of the operation resource to be cancelled. (required)
diff --git a/googleapiclient/discovery_cache/documents/networksecurity.v1.json b/googleapiclient/discovery_cache/documents/networksecurity.v1.json
index d45bc193d1..85bb0b5f76 100644
--- a/googleapiclient/discovery_cache/documents/networksecurity.v1.json
+++ b/googleapiclient/discovery_cache/documents/networksecurity.v1.json
@@ -586,7 +586,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "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`.",
+"description": "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`.",
 "flatPath": "v1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "networksecurity.organizations.locations.operations.cancel",
@@ -2743,7 +2743,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "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`.",
+"description": "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`.",
 "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "networksecurity.projects.locations.operations.cancel",
@@ -3431,7 +3431,7 @@
 }
 }
 },
-"revision": "20241109",
+"revision": "20241202",
 "rootUrl": "https://networksecurity.googleapis.com/",
 "schemas": {
 "AddAddressGroupItemsRequest": {
@@ -3660,11 +3660,11 @@
 "properties": {
 "from": {
 "$ref": "AuthzPolicyAuthzRuleFrom",
-"description": "Optional. Describes properties of one or more sources of a request."
+"description": "Optional. Describes properties of a source of a request."
 },
 "to": {
 "$ref": "AuthzPolicyAuthzRuleTo",
-"description": "Optional. Describes properties of one or more targets of a request."
+"description": "Optional. Describes properties of a target of a request."
 },
 "when": {
 "description": "Optional. CEL expression that describes the conditions to be satisfied for the action. The result of the CEL expression is ANDed with the from and to. Refer to the CEL language reference for a list of available attributes.",
@@ -3685,7 +3685,7 @@
 "type": "array"
 },
 "sources": {
-"description": "Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.",
+"description": "Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.",
 "items": {
 "$ref": "AuthzPolicyAuthzRuleFromRequestSource"
 },
@@ -3799,7 +3799,7 @@
 "type": "array"
 },
 "operations": {
-"description": "Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.",
+"description": "Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.",
 "items": {
 "$ref": "AuthzPolicyAuthzRuleToRequestOperation"
 },
@@ -4000,6 +4000,17 @@
 },
 "type": "object"
 },
+"CustomInterceptProfile": {
+"description": "CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule.",
+"id": "CustomInterceptProfile",
+"properties": {
+"interceptEndpointGroup": {
+"description": "Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.",
+"type": "string"
+}
+},
+"type": "object"
+},
 "CustomMirroringProfile": {
 "description": "CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup",
 "id": "CustomMirroringProfile",
@@ -5062,7 +5073,7 @@
 "type": "object"
 },
 "SecurityProfile": {
-"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12",
+"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes.",
 "id": "SecurityProfile",
 "properties": {
 "createTime": {
@@ -5071,6 +5082,10 @@
 "readOnly": true,
 "type": "string"
 },
+"customInterceptProfile": {
+"$ref": "CustomInterceptProfile",
+"description": "The custom TPPI configuration for the SecurityProfile."
+},
 "customMirroringProfile": {
 "$ref": "CustomMirroringProfile",
 "description": "The custom Packet Mirroring v2 configuration for the SecurityProfile."
@@ -5104,12 +5119,14 @@
 "enum": [
 "PROFILE_TYPE_UNSPECIFIED",
 "THREAT_PREVENTION",
-"CUSTOM_MIRRORING"
+"CUSTOM_MIRRORING",
+"CUSTOM_INTERCEPT"
 ],
 "enumDescriptions": [
 "Profile type not specified.",
 "Profile type for threat prevention.",
-"Profile type for packet mirroring v2"
+"Profile type for packet mirroring v2",
+"Profile type for TPPI."
 ],
 "type": "string"
 },
@@ -5123,7 +5140,7 @@
 "type": "object"
 },
 "SecurityProfileGroup": {
-"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11",
+"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.",
 "id": "SecurityProfileGroup",
 "properties": {
 "createTime": {
@@ -5132,6 +5149,10 @@
 "readOnly": true,
 "type": "string"
 },
+"customInterceptProfile": {
+"description": "Optional. Reference to a SecurityProfile with the CustomIntercept configuration.",
+"type": "string"
+},
 "customMirroringProfile": {
 "description": "Optional. Reference to a SecurityProfile with the CustomMirroring configuration.",
 "type": "string"
diff --git a/googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json b/googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json
index a53bc50673..c748cd6287 100644
--- a/googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json
+++ b/googleapiclient/discovery_cache/documents/networksecurity.v1beta1.json
@@ -586,7 +586,7 @@
 "operations": {
 "methods": {
 "cancel": {
-"description": "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`.",
+"description": "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`.",
 "flatPath": "v1beta1/organizations/{organizationsId}/locations/{locationsId}/operations/{operationsId}:cancel",
 "httpMethod": "POST",
 "id": "networksecurity.organizations.locations.operations.cancel",
@@ -2740,19 +2740,19 @@
 }
 }
 },
-"mirroringDeploymentGroups": {
+"interceptDeploymentGroups": {
 "methods": {
 "create": {
-"description": "Creates a new MirroringDeploymentGroup in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups",
+"description": "Creates a new InterceptDeploymentGroup in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.mirroringDeploymentGroups.create",
+"id": "networksecurity.projects.locations.interceptDeploymentGroups.create",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
-"mirroringDeploymentGroupId": {
-"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_group_id from the method_signature of Create RPC",
+"interceptDeploymentGroupId": {
+"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_deployment_group_id from the method_signature of Create RPC",
 "location": "query",
 "type": "string"
 },
@@ -2769,9 +2769,9 @@
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringDeploymentGroups",
+"path": "v1beta1/{+parent}/interceptDeploymentGroups",
 "request": {
-"$ref": "MirroringDeploymentGroup"
+"$ref": "InterceptDeploymentGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -2781,10 +2781,10 @@
 ]
 },
 "delete": {
-"description": "Deletes a single MirroringDeploymentGroup.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}",
+"description": "Deletes a single InterceptDeploymentGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups/{interceptDeploymentGroupsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.mirroringDeploymentGroups.delete",
+"id": "networksecurity.projects.locations.interceptDeploymentGroups.delete",
 "parameterOrder": [
 "name"
 ],
@@ -2792,7 +2792,7 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptDeploymentGroups/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -2811,10 +2811,10 @@
 ]
 },
 "get": {
-"description": "Gets details of a single MirroringDeploymentGroup.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}",
+"description": "Gets details of a single InterceptDeploymentGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups/{interceptDeploymentGroupsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringDeploymentGroups.get",
+"id": "networksecurity.projects.locations.interceptDeploymentGroups.get",
 "parameterOrder": [
 "name"
 ],
@@ -2822,24 +2822,24 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptDeploymentGroups/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "MirroringDeploymentGroup"
+"$ref": "InterceptDeploymentGroup"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists MirroringDeploymentGroups in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups",
+"description": "Lists InterceptDeploymentGroups in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringDeploymentGroups.list",
+"id": "networksecurity.projects.locations.interceptDeploymentGroups.list",
 "parameterOrder": [
 "parent"
 ],
@@ -2866,34 +2866,34 @@
 "type": "string"
 },
 "parent": {
-"description": "Required. Parent value for ListMirroringDeploymentGroupsRequest",
+"description": "Required. Parent value for ListInterceptDeploymentGroupsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringDeploymentGroups",
+"path": "v1beta1/{+parent}/interceptDeploymentGroups",
 "response": {
-"$ref": "ListMirroringDeploymentGroupsResponse"
+"$ref": "ListInterceptDeploymentGroupsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates a single MirroringDeploymentGroup.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}",
+"description": "Updates a single InterceptDeploymentGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups/{interceptDeploymentGroupsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.mirroringDeploymentGroups.patch",
+"id": "networksecurity.projects.locations.interceptDeploymentGroups.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Immutable. Identifier. Then name of the MirroringDeploymentGroup.",
+"description": "Immutable. Identifier. Then name of the InterceptDeploymentGroup.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptDeploymentGroups/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -2903,7 +2903,7 @@
 "type": "string"
 },
 "updateMask": {
-"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringDeploymentGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the InterceptDeploymentGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -2911,7 +2911,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "MirroringDeploymentGroup"
+"$ref": "InterceptDeploymentGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -2922,19 +2922,19 @@
 }
 }
 },
-"mirroringDeployments": {
+"interceptDeployments": {
 "methods": {
 "create": {
-"description": "Creates a new MirroringDeployment in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments",
+"description": "Creates a new InterceptDeployment in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.mirroringDeployments.create",
+"id": "networksecurity.projects.locations.interceptDeployments.create",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
-"mirroringDeploymentId": {
-"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_id from the method_signature of Create RPC",
+"interceptDeploymentId": {
+"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_deployment_id from the method_signature of Create RPC",
 "location": "query",
 "type": "string"
 },
@@ -2951,9 +2951,9 @@
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringDeployments",
+"path": "v1beta1/{+parent}/interceptDeployments",
 "request": {
-"$ref": "MirroringDeployment"
+"$ref": "InterceptDeployment"
 },
 "response": {
 "$ref": "Operation"
@@ -2963,10 +2963,10 @@
 ]
 },
 "delete": {
-"description": "Deletes a single MirroringDeployment.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}",
+"description": "Deletes a single InterceptDeployment.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments/{interceptDeploymentsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.mirroringDeployments.delete",
+"id": "networksecurity.projects.locations.interceptDeployments.delete",
 "parameterOrder": [
 "name"
 ],
@@ -2974,7 +2974,7 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptDeployments/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -2993,10 +2993,10 @@
 ]
 },
 "get": {
-"description": "Gets details of a single MirroringDeployment.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}",
+"description": "Gets details of a single InterceptDeployment.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments/{interceptDeploymentsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringDeployments.get",
+"id": "networksecurity.projects.locations.interceptDeployments.get",
 "parameterOrder": [
 "name"
 ],
@@ -3004,24 +3004,24 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptDeployments/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "MirroringDeployment"
+"$ref": "InterceptDeployment"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists MirroringDeployments in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments",
+"description": "Lists InterceptDeployments in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringDeployments.list",
+"id": "networksecurity.projects.locations.interceptDeployments.list",
 "parameterOrder": [
 "parent"
 ],
@@ -3048,34 +3048,34 @@
 "type": "string"
 },
 "parent": {
-"description": "Required. Parent value for ListMirroringDeploymentsRequest",
+"description": "Required. Parent value for ListInterceptDeploymentsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringDeployments",
+"path": "v1beta1/{+parent}/interceptDeployments",
 "response": {
-"$ref": "ListMirroringDeploymentsResponse"
+"$ref": "ListInterceptDeploymentsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates a single MirroringDeployment.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}",
+"description": "Updates a single InterceptDeployment.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments/{interceptDeploymentsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.mirroringDeployments.patch",
+"id": "networksecurity.projects.locations.interceptDeployments.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Immutable. Identifier. The name of the MirroringDeployment.",
+"description": "Immutable. Identifier. The name of the InterceptDeployment.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptDeployments/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -3085,7 +3085,7 @@
 "type": "string"
 },
 "updateMask": {
-"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the InterceptDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -3093,7 +3093,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "MirroringDeployment"
+"$ref": "InterceptDeployment"
 },
 "response": {
 "$ref": "Operation"
@@ -3104,19 +3104,19 @@
 }
 }
 },
-"mirroringEndpointGroupAssociations": {
+"interceptEndpointGroupAssociations": {
 "methods": {
 "create": {
-"description": "Creates a new MirroringEndpointGroupAssociation in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations",
+"description": "Creates a new InterceptEndpointGroupAssociation in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.create",
+"id": "networksecurity.projects.locations.interceptEndpointGroupAssociations.create",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
-"mirroringEndpointGroupAssociationId": {
-"description": "Optional. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_association_id from the method_signature of Create RPC",
+"interceptEndpointGroupAssociationId": {
+"description": "Optional. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_endpoint_group_association_id from the method_signature of Create RPC",
 "location": "query",
 "type": "string"
 },
@@ -3133,9 +3133,9 @@
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringEndpointGroupAssociations",
+"path": "v1beta1/{+parent}/interceptEndpointGroupAssociations",
 "request": {
-"$ref": "MirroringEndpointGroupAssociation"
+"$ref": "InterceptEndpointGroupAssociation"
 },
 "response": {
 "$ref": "Operation"
@@ -3145,10 +3145,10 @@
 ]
 },
 "delete": {
-"description": "Deletes a single MirroringEndpointGroupAssociation.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}",
+"description": "Deletes a single InterceptEndpointGroupAssociation.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociationsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.delete",
+"id": "networksecurity.projects.locations.interceptEndpointGroupAssociations.delete",
 "parameterOrder": [
 "name"
 ],
@@ -3156,7 +3156,7 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptEndpointGroupAssociations/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -3175,10 +3175,10 @@
 ]
 },
 "get": {
-"description": "Gets details of a single MirroringEndpointGroupAssociation.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}",
+"description": "Gets details of a single InterceptEndpointGroupAssociation.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociationsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.get",
+"id": "networksecurity.projects.locations.interceptEndpointGroupAssociations.get",
 "parameterOrder": [
 "name"
 ],
@@ -3186,24 +3186,24 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptEndpointGroupAssociations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "MirroringEndpointGroupAssociation"
+"$ref": "InterceptEndpointGroupAssociation"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists MirroringEndpointGroupAssociations in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations",
+"description": "Lists InterceptEndpointGroupAssociations in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.list",
+"id": "networksecurity.projects.locations.interceptEndpointGroupAssociations.list",
 "parameterOrder": [
 "parent"
 ],
@@ -3230,34 +3230,34 @@
 "type": "string"
 },
 "parent": {
-"description": "Required. Parent value for ListMirroringEndpointGroupAssociationsRequest",
+"description": "Required. Parent value for ListInterceptEndpointGroupAssociationsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringEndpointGroupAssociations",
+"path": "v1beta1/{+parent}/interceptEndpointGroupAssociations",
 "response": {
-"$ref": "ListMirroringEndpointGroupAssociationsResponse"
+"$ref": "ListInterceptEndpointGroupAssociationsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates a single MirroringEndpointGroupAssociation.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}",
+"description": "Updates a single InterceptEndpointGroupAssociation.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociationsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.patch",
+"id": "networksecurity.projects.locations.interceptEndpointGroupAssociations.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Immutable. Identifier. The name of the MirroringEndpointGroupAssociation.",
+"description": "Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptEndpointGroupAssociations/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -3267,7 +3267,7 @@
 "type": "string"
 },
 "updateMask": {
-"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroupAssociation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the InterceptEndpointGroupAssociation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -3275,7 +3275,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "MirroringEndpointGroupAssociation"
+"$ref": "InterceptEndpointGroupAssociation"
 },
 "response": {
 "$ref": "Operation"
@@ -3286,19 +3286,19 @@
 }
 }
 },
-"mirroringEndpointGroups": {
+"interceptEndpointGroups": {
 "methods": {
 "create": {
-"description": "Creates a new MirroringEndpointGroup in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups",
+"description": "Creates a new InterceptEndpointGroup in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.mirroringEndpointGroups.create",
+"id": "networksecurity.projects.locations.interceptEndpointGroups.create",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
-"mirroringEndpointGroupId": {
-"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_id from the method_signature of Create RPC",
+"interceptEndpointGroupId": {
+"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and intercept_endpoint_group_id from the method_signature of Create RPC",
 "location": "query",
 "type": "string"
 },
@@ -3315,9 +3315,9 @@
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringEndpointGroups",
+"path": "v1beta1/{+parent}/interceptEndpointGroups",
 "request": {
-"$ref": "MirroringEndpointGroup"
+"$ref": "InterceptEndpointGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -3327,10 +3327,10 @@
 ]
 },
 "delete": {
-"description": "Deletes a single MirroringEndpointGroup.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}",
+"description": "Deletes a single InterceptEndpointGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups/{interceptEndpointGroupsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.mirroringEndpointGroups.delete",
+"id": "networksecurity.projects.locations.interceptEndpointGroups.delete",
 "parameterOrder": [
 "name"
 ],
@@ -3338,7 +3338,7 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptEndpointGroups/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -3357,10 +3357,10 @@
 ]
 },
 "get": {
-"description": "Gets details of a single MirroringEndpointGroup.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}",
+"description": "Gets details of a single InterceptEndpointGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups/{interceptEndpointGroupsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringEndpointGroups.get",
+"id": "networksecurity.projects.locations.interceptEndpointGroups.get",
 "parameterOrder": [
 "name"
 ],
@@ -3368,24 +3368,24 @@
 "name": {
 "description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptEndpointGroups/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "MirroringEndpointGroup"
+"$ref": "InterceptEndpointGroup"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists MirroringEndpointGroups in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups",
+"description": "Lists InterceptEndpointGroups in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.mirroringEndpointGroups.list",
+"id": "networksecurity.projects.locations.interceptEndpointGroups.list",
 "parameterOrder": [
 "parent"
 ],
@@ -3412,34 +3412,34 @@
 "type": "string"
 },
 "parent": {
-"description": "Required. Parent value for ListMirroringEndpointGroupsRequest",
+"description": "Required. Parent value for ListInterceptEndpointGroupsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/mirroringEndpointGroups",
+"path": "v1beta1/{+parent}/interceptEndpointGroups",
 "response": {
-"$ref": "ListMirroringEndpointGroupsResponse"
+"$ref": "ListInterceptEndpointGroupsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates a single MirroringEndpointGroup.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}",
+"description": "Updates a single InterceptEndpointGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups/{interceptEndpointGroupsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.mirroringEndpointGroups.patch",
+"id": "networksecurity.projects.locations.interceptEndpointGroups.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Immutable. Identifier. Next ID: 11 The name of the MirroringEndpointGroup.",
+"description": "Immutable. Identifier. The name of the InterceptEndpointGroup.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/interceptEndpointGroups/[^/]+$",
 "required": true,
 "type": "string"
 },
@@ -3449,7 +3449,7 @@
 "type": "string"
 },
 "updateMask": {
-"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the InterceptEndpointGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -3457,7 +3457,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "MirroringEndpointGroup"
+"$ref": "InterceptEndpointGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -3468,156 +3468,178 @@
 }
 }
 },
-"operations": {
+"mirroringDeploymentGroups": {
 "methods": {
-"cancel": {
-"description": "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`.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
+"create": {
+"description": "Creates a new MirroringDeploymentGroup in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.operations.cancel",
+"id": "networksecurity.projects.locations.mirroringDeploymentGroups.create",
 "parameterOrder": [
-"name"
+"parent"
 ],
 "parameters": {
-"name": {
-"description": "The name of the operation resource to be cancelled.",
+"mirroringDeploymentGroupId": {
+"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_group_id from the method_signature of Create RPC",
+"location": "query",
+"type": "string"
+},
+"parent": {
+"description": "Required. Value for parent.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
 }
 },
-"path": "v1beta1/{+name}:cancel",
+"path": "v1beta1/{+parent}/mirroringDeploymentGroups",
 "request": {
-"$ref": "CancelOperationRequest"
+"$ref": "MirroringDeploymentGroup"
 },
 "response": {
-"$ref": "Empty"
+"$ref": "Operation"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "delete": {
-"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
+"description": "Deletes a single MirroringDeploymentGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.operations.delete",
+"id": "networksecurity.projects.locations.mirroringDeploymentGroups.delete",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "The name of the operation resource to be deleted.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$",
 "required": true,
 "type": "string"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "Empty"
+"$ref": "Operation"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "get": {
-"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
+"description": "Gets details of a single MirroringDeploymentGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.operations.get",
+"id": "networksecurity.projects.locations.mirroringDeploymentGroups.get",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "The name of the operation resource.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "Operation"
+"$ref": "MirroringDeploymentGroup"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations",
+"description": "Lists MirroringDeploymentGroups in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.operations.list",
+"id": "networksecurity.projects.locations.mirroringDeploymentGroups.list",
 "parameterOrder": [
-"name"
+"parent"
 ],
 "parameters": {
 "filter": {
-"description": "The standard list filter.",
+"description": "Optional. Filtering results",
 "location": "query",
 "type": "string"
 },
-"name": {
-"description": "The name of the operation's parent resource.",
-"location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+$",
-"required": true,
+"orderBy": {
+"description": "Optional. Hint for how to order the results",
+"location": "query",
 "type": "string"
 },
 "pageSize": {
-"description": "The standard list page size.",
+"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
 "format": "int32",
 "location": "query",
 "type": "integer"
 },
 "pageToken": {
-"description": "The standard list page token.",
+"description": "Optional. A token identifying a page of results the server should return.",
 "location": "query",
 "type": "string"
+},
+"parent": {
+"description": "Required. Parent value for ListMirroringDeploymentGroupsRequest",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
 }
 },
-"path": "v1beta1/{+name}/operations",
+"path": "v1beta1/{+parent}/mirroringDeploymentGroups",
 "response": {
-"$ref": "ListOperationsResponse"
+"$ref": "ListMirroringDeploymentGroupsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
-}
-}
 },
-"serverTlsPolicies": {
-"methods": {
-"create": {
-"description": "Creates a new ServerTlsPolicy in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies",
-"httpMethod": "POST",
-"id": "networksecurity.projects.locations.serverTlsPolicies.create",
+"patch": {
+"description": "Updates a single MirroringDeploymentGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}",
+"httpMethod": "PATCH",
+"id": "networksecurity.projects.locations.mirroringDeploymentGroups.patch",
 "parameterOrder": [
-"parent"
+"name"
 ],
 "parameters": {
-"parent": {
-"description": "Required. The parent resource of the ServerTlsPolicy. Must be in the format `projects/*/locations/{location}`.",
+"name": {
+"description": "Immutable. Identifier. Then name of the MirroringDeploymentGroup.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$",
 "required": true,
 "type": "string"
 },
-"serverTlsPolicyId": {
-"description": "Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"server_mtls_policy\".",
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
+},
+"updateMask": {
+"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringDeploymentGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"format": "google-fieldmask",
 "location": "query",
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/serverTlsPolicies",
+"path": "v1beta1/{+name}",
 "request": {
-"$ref": "ServerTlsPolicy"
+"$ref": "MirroringDeploymentGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -3625,25 +3647,42 @@
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
+}
+}
 },
-"delete": {
-"description": "Deletes a single ServerTlsPolicy.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
-"httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.serverTlsPolicies.delete",
+"mirroringDeployments": {
+"methods": {
+"create": {
+"description": "Creates a new MirroringDeployment in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.mirroringDeployments.create",
 "parameterOrder": [
-"name"
+"parent"
 ],
 "parameters": {
-"name": {
-"description": "Required. A name of the ServerTlsPolicy to delete. Must be in the format `projects/*/locations/{location}/serverTlsPolicies/*`.",
+"mirroringDeploymentId": {
+"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_id from the method_signature of Create RPC",
+"location": "query",
+"type": "string"
+},
+"parent": {
+"description": "Required. Value for parent.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
 }
 },
-"path": "v1beta1/{+name}",
+"path": "v1beta1/{+parent}/mirroringDeployments",
+"request": {
+"$ref": "MirroringDeployment"
+},
 "response": {
 "$ref": "Operation"
 },
@@ -3651,116 +3690,130 @@
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
-"get": {
-"description": "Gets details of a single ServerTlsPolicy.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
-"httpMethod": "GET",
-"id": "networksecurity.projects.locations.serverTlsPolicies.get",
+"delete": {
+"description": "Deletes a single MirroringDeployment.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}",
+"httpMethod": "DELETE",
+"id": "networksecurity.projects.locations.mirroringDeployments.delete",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. A name of the ServerTlsPolicy to get. Must be in the format `projects/*/locations/{location}/serverTlsPolicies/*`.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$",
 "required": true,
 "type": "string"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "ServerTlsPolicy"
+"$ref": "Operation"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
-"getIamPolicy": {
-"description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:getIamPolicy",
+"get": {
+"description": "Gets details of a single MirroringDeployment.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.serverTlsPolicies.getIamPolicy",
+"id": "networksecurity.projects.locations.mirroringDeployments.get",
 "parameterOrder": [
-"resource"
+"name"
 ],
 "parameters": {
-"options.requestedPolicyVersion": {
-"description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
-"format": "int32",
-"location": "query",
-"type": "integer"
-},
-"resource": {
-"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
+"name": {
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+resource}:getIamPolicy",
+"path": "v1beta1/{+name}",
 "response": {
-"$ref": "GoogleIamV1Policy"
+"$ref": "MirroringDeployment"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists ServerTlsPolicies in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies",
+"description": "Lists MirroringDeployments in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.serverTlsPolicies.list",
+"id": "networksecurity.projects.locations.mirroringDeployments.list",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
+"filter": {
+"description": "Optional. Filtering results",
+"location": "query",
+"type": "string"
+},
+"orderBy": {
+"description": "Optional. Hint for how to order the results",
+"location": "query",
+"type": "string"
+},
 "pageSize": {
-"description": "Maximum number of ServerTlsPolicies to return per call.",
+"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
 "format": "int32",
 "location": "query",
 "type": "integer"
 },
 "pageToken": {
-"description": "The value returned by the last `ListServerTlsPoliciesResponse` Indicates that this is a continuation of a prior `ListServerTlsPolicies` call, and that the system should return the next page of data.",
+"description": "Optional. A token identifying a page of results the server should return.",
 "location": "query",
 "type": "string"
 },
 "parent": {
-"description": "Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format `projects/*/locations/{location}`.",
+"description": "Required. Parent value for ListMirroringDeploymentsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/serverTlsPolicies",
+"path": "v1beta1/{+parent}/mirroringDeployments",
 "response": {
-"$ref": "ListServerTlsPoliciesResponse"
+"$ref": "ListMirroringDeploymentsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates the parameters of a single ServerTlsPolicy.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
+"description": "Updates a single MirroringDeployment.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.serverTlsPolicies.patch",
+"id": "networksecurity.projects.locations.mirroringDeployments.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. Name of the ServerTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}`",
+"description": "Immutable. Identifier. The name of the MirroringDeployment.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$",
 "required": true,
 "type": "string"
 },
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
+},
 "updateMask": {
-"description": "Optional. Field mask is used to specify the fields to be overwritten in the ServerTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringDeployment resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -3768,7 +3821,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "ServerTlsPolicy"
+"$ref": "MirroringDeployment"
 },
 "response": {
 "$ref": "Operation"
@@ -3776,92 +3829,41 @@
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
-},
-"setIamPolicy": {
-"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:setIamPolicy",
-"httpMethod": "POST",
-"id": "networksecurity.projects.locations.serverTlsPolicies.setIamPolicy",
-"parameterOrder": [
-"resource"
-],
-"parameters": {
-"resource": {
-"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
-"location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
-"required": true,
-"type": "string"
-}
-},
-"path": "v1beta1/{+resource}:setIamPolicy",
-"request": {
-"$ref": "GoogleIamV1SetIamPolicyRequest"
-},
-"response": {
-"$ref": "GoogleIamV1Policy"
-},
-"scopes": [
-"https://www.googleapis.com/auth/cloud-platform"
-]
-},
-"testIamPermissions": {
-"description": "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.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:testIamPermissions",
-"httpMethod": "POST",
-"id": "networksecurity.projects.locations.serverTlsPolicies.testIamPermissions",
-"parameterOrder": [
-"resource"
-],
-"parameters": {
-"resource": {
-"description": "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.",
-"location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
-"required": true,
-"type": "string"
-}
-},
-"path": "v1beta1/{+resource}:testIamPermissions",
-"request": {
-"$ref": "GoogleIamV1TestIamPermissionsRequest"
-},
-"response": {
-"$ref": "GoogleIamV1TestIamPermissionsResponse"
-},
-"scopes": [
-"https://www.googleapis.com/auth/cloud-platform"
-]
 }
 }
 },
-"tlsInspectionPolicies": {
+"mirroringEndpointGroupAssociations": {
 "methods": {
 "create": {
-"description": "Creates a new TlsInspectionPolicy in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies",
+"description": "Creates a new MirroringEndpointGroupAssociation in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.tlsInspectionPolicies.create",
+"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.create",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
+"mirroringEndpointGroupAssociationId": {
+"description": "Optional. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_association_id from the method_signature of Create RPC",
+"location": "query",
+"type": "string"
+},
 "parent": {
-"description": "Required. The parent resource of the TlsInspectionPolicy. Must be in the format `projects/{project}/locations/{location}`.",
+"description": "Required. Value for parent.",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 },
-"tlsInspectionPolicyId": {
-"description": "Required. Short name of the TlsInspectionPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"tls_inspection_policy1\".",
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
 "location": "query",
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/tlsInspectionPolicies",
+"path": "v1beta1/{+parent}/mirroringEndpointGroupAssociations",
 "request": {
-"$ref": "TlsInspectionPolicy"
+"$ref": "MirroringEndpointGroupAssociation"
 },
 "response": {
 "$ref": "Operation"
@@ -3871,25 +3873,25 @@
 ]
 },
 "delete": {
-"description": "Deletes a single TlsInspectionPolicy.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
+"description": "Deletes a single MirroringEndpointGroupAssociation.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.tlsInspectionPolicies.delete",
+"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.delete",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
-"force": {
-"description": "If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)",
-"location": "query",
-"type": "boolean"
-},
 "name": {
-"description": "Required. A name of the TlsInspectionPolicy to delete. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$",
 "required": true,
 "type": "string"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
 }
 },
 "path": "v1beta1/{+name}",
@@ -3901,84 +3903,99 @@
 ]
 },
 "get": {
-"description": "Gets details of a single TlsInspectionPolicy.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
+"description": "Gets details of a single MirroringEndpointGroupAssociation.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.tlsInspectionPolicies.get",
+"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.get",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. A name of the TlsInspectionPolicy to get. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "TlsInspectionPolicy"
+"$ref": "MirroringEndpointGroupAssociation"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists TlsInspectionPolicies in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies",
+"description": "Lists MirroringEndpointGroupAssociations in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.tlsInspectionPolicies.list",
+"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.list",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
+"filter": {
+"description": "Optional. Filtering results",
+"location": "query",
+"type": "string"
+},
+"orderBy": {
+"description": "Optional. Hint for how to order the results",
+"location": "query",
+"type": "string"
+},
 "pageSize": {
-"description": "Maximum number of TlsInspectionPolicies to return per call.",
+"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
 "format": "int32",
 "location": "query",
 "type": "integer"
 },
 "pageToken": {
-"description": "The value returned by the last 'ListTlsInspectionPoliciesResponse' Indicates that this is a continuation of a prior 'ListTlsInspectionPolicies' call, and that the system should return the next page of data.",
+"description": "Optional. A token identifying a page of results the server should return.",
 "location": "query",
 "type": "string"
 },
 "parent": {
-"description": "Required. The project and location from which the TlsInspectionPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.",
+"description": "Required. Parent value for ListMirroringEndpointGroupAssociationsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/tlsInspectionPolicies",
+"path": "v1beta1/{+parent}/mirroringEndpointGroupAssociations",
 "response": {
-"$ref": "ListTlsInspectionPoliciesResponse"
+"$ref": "ListMirroringEndpointGroupAssociationsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates the parameters of a single TlsInspectionPolicy.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
+"description": "Updates a single MirroringEndpointGroupAssociation.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.tlsInspectionPolicies.patch",
+"id": "networksecurity.projects.locations.mirroringEndpointGroupAssociations.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
+"description": "Immutable. Identifier. The name of the MirroringEndpointGroupAssociation.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$",
 "required": true,
 "type": "string"
 },
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
+},
 "updateMask": {
-"description": "Optional. Field mask is used to specify the fields to be overwritten in the TlsInspectionPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroupAssociation resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -3986,7 +4003,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "TlsInspectionPolicy"
+"$ref": "MirroringEndpointGroupAssociation"
 },
 "response": {
 "$ref": "Operation"
@@ -3997,33 +4014,38 @@
 }
 }
 },
-"urlLists": {
+"mirroringEndpointGroups": {
 "methods": {
 "create": {
-"description": "Creates a new UrlList in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists",
+"description": "Creates a new MirroringEndpointGroup in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups",
 "httpMethod": "POST",
-"id": "networksecurity.projects.locations.urlLists.create",
+"id": "networksecurity.projects.locations.mirroringEndpointGroups.create",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
+"mirroringEndpointGroupId": {
+"description": "Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_id from the method_signature of Create RPC",
+"location": "query",
+"type": "string"
+},
 "parent": {
-"description": "Required. The parent resource of the UrlList. Must be in the format `projects/*/locations/{location}`.",
+"description": "Required. Value for parent.",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 },
-"urlListId": {
-"description": "Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"url_list\".",
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
 "location": "query",
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/urlLists",
+"path": "v1beta1/{+parent}/mirroringEndpointGroups",
 "request": {
-"$ref": "UrlList"
+"$ref": "MirroringEndpointGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -4033,20 +4055,25 @@
 ]
 },
 "delete": {
-"description": "Deletes a single UrlList.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
+"description": "Deletes a single MirroringEndpointGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}",
 "httpMethod": "DELETE",
-"id": "networksecurity.projects.locations.urlLists.delete",
+"id": "networksecurity.projects.locations.mirroringEndpointGroups.delete",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. A name of the UrlList to delete. Must be in the format `projects/*/locations/{location}/urlLists/*`.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$",
 "required": true,
 "type": "string"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
 }
 },
 "path": "v1beta1/{+name}",
@@ -4058,84 +4085,99 @@
 ]
 },
 "get": {
-"description": "Gets details of a single UrlList.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
+"description": "Gets details of a single MirroringEndpointGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.urlLists.get",
+"id": "networksecurity.projects.locations.mirroringEndpointGroups.get",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. A name of the UrlList to get. Must be in the format `projects/*/locations/{location}/urlLists/*`.",
+"description": "Required. Name of the resource",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
 "path": "v1beta1/{+name}",
 "response": {
-"$ref": "UrlList"
+"$ref": "MirroringEndpointGroup"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "list": {
-"description": "Lists UrlLists in a given project and location.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists",
+"description": "Lists MirroringEndpointGroups in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups",
 "httpMethod": "GET",
-"id": "networksecurity.projects.locations.urlLists.list",
+"id": "networksecurity.projects.locations.mirroringEndpointGroups.list",
 "parameterOrder": [
 "parent"
 ],
 "parameters": {
+"filter": {
+"description": "Optional. Filtering results",
+"location": "query",
+"type": "string"
+},
+"orderBy": {
+"description": "Optional. Hint for how to order the results",
+"location": "query",
+"type": "string"
+},
 "pageSize": {
-"description": "Maximum number of UrlLists to return per call.",
+"description": "Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.",
 "format": "int32",
 "location": "query",
 "type": "integer"
 },
 "pageToken": {
-"description": "The value returned by the last `ListUrlListsResponse` Indicates that this is a continuation of a prior `ListUrlLists` call, and that the system should return the next page of data.",
+"description": "Optional. A token identifying a page of results the server should return.",
 "location": "query",
 "type": "string"
 },
 "parent": {
-"description": "Required. The project and location from which the UrlLists should be listed, specified in the format `projects/{project}/locations/{location}`.",
+"description": "Required. Parent value for ListMirroringEndpointGroupsRequest",
 "location": "path",
 "pattern": "^projects/[^/]+/locations/[^/]+$",
 "required": true,
 "type": "string"
 }
 },
-"path": "v1beta1/{+parent}/urlLists",
+"path": "v1beta1/{+parent}/mirroringEndpointGroups",
 "response": {
-"$ref": "ListUrlListsResponse"
+"$ref": "ListMirroringEndpointGroupsResponse"
 },
 "scopes": [
 "https://www.googleapis.com/auth/cloud-platform"
 ]
 },
 "patch": {
-"description": "Updates the parameters of a single UrlList.",
-"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
+"description": "Updates a single MirroringEndpointGroup.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}",
 "httpMethod": "PATCH",
-"id": "networksecurity.projects.locations.urlLists.patch",
+"id": "networksecurity.projects.locations.mirroringEndpointGroups.patch",
 "parameterOrder": [
 "name"
 ],
 "parameters": {
 "name": {
-"description": "Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
+"description": "Immutable. Identifier. Next ID: 11 The name of the MirroringEndpointGroup.",
 "location": "path",
-"pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
+"pattern": "^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$",
 "required": true,
 "type": "string"
 },
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"location": "query",
+"type": "string"
+},
 "updateMask": {
-"description": "Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"description": "Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
 "format": "google-fieldmask",
 "location": "query",
 "type": "string"
@@ -4143,7 +4185,7 @@
 },
 "path": "v1beta1/{+name}",
 "request": {
-"$ref": "UrlList"
+"$ref": "MirroringEndpointGroup"
 },
 "response": {
 "$ref": "Operation"
@@ -4153,189 +4195,1210 @@
 ]
 }
 }
-}
-}
-}
-}
-}
-},
-"revision": "20241109",
-"rootUrl": "https://networksecurity.googleapis.com/",
-"schemas": {
-"AddAddressGroupItemsRequest": {
-"description": "Request used by the AddAddressGroupItems method.",
-"id": "AddAddressGroupItemsRequest",
-"properties": {
-"items": {
-"description": "Required. List of items to add.",
-"items": {
-"type": "string"
-},
-"type": "array"
 },
-"requestId": {
-"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"operations": {
+"methods": {
+"cancel": {
+"description": "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`.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.operations.cancel",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "The name of the operation resource to be cancelled.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
+"required": true,
 "type": "string"
 }
 },
-"type": "object"
+"path": "v1beta1/{+name}:cancel",
+"request": {
+"$ref": "CancelOperationRequest"
 },
-"AddressGroup": {
-"description": "AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy.",
-"id": "AddressGroup",
-"properties": {
-"capacity": {
-"description": "Required. Capacity of the Address Group",
-"format": "int32",
-"type": "integer"
+"response": {
+"$ref": "Empty"
 },
-"createTime": {
-"description": "Output only. The timestamp when the resource was created.",
-"format": "google-datetime",
-"readOnly": true,
-"type": "string"
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
 },
-"description": {
-"description": "Optional. Free-text description of the resource.",
+"delete": {
+"description": "Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
+"httpMethod": "DELETE",
+"id": "networksecurity.projects.locations.operations.delete",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "The name of the operation resource to be deleted.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
+"required": true,
 "type": "string"
+}
 },
-"items": {
-"description": "Optional. List of items.",
-"items": {
-"type": "string"
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "Empty"
 },
-"type": "array"
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
 },
-"labels": {
-"additionalProperties": {
+"get": {
+"description": "Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.operations.get",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "The name of the operation resource.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
+"required": true,
 "type": "string"
+}
 },
-"description": "Optional. Set of label tags associated with the AddressGroup resource.",
-"type": "object"
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "Operation"
 },
-"name": {
-"description": "Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.",
-"type": "string"
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
 },
-"purpose": {
-"description": "Optional. List of supported purposes of the Address Group.",
-"items": {
-"enum": [
-"PURPOSE_UNSPECIFIED",
-"DEFAULT",
-"CLOUD_ARMOR"
-],
-"enumDescriptions": [
-"Default value. Should never happen.",
-"Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC.",
-"Address Group is usable in Cloud Armor."
+"list": {
+"description": "Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/operations",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.operations.list",
+"parameterOrder": [
+"name"
 ],
+"parameters": {
+"filter": {
+"description": "The standard list filter.",
+"location": "query",
 "type": "string"
 },
-"type": "array"
+"name": {
+"description": "The name of the operation's parent resource.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+},
+"pageSize": {
+"description": "The standard list page size.",
+"format": "int32",
+"location": "query",
+"type": "integer"
+},
+"pageToken": {
+"description": "The standard list page token.",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}/operations",
+"response": {
+"$ref": "ListOperationsResponse"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+}
+}
+},
+"serverTlsPolicies": {
+"methods": {
+"create": {
+"description": "Creates a new ServerTlsPolicy in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.serverTlsPolicies.create",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"parent": {
+"description": "Required. The parent resource of the ServerTlsPolicy. Must be in the format `projects/*/locations/{location}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+},
+"serverTlsPolicyId": {
+"description": "Required. Short name of the ServerTlsPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"server_mtls_policy\".",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+parent}/serverTlsPolicies",
+"request": {
+"$ref": "ServerTlsPolicy"
+},
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"delete": {
+"description": "Deletes a single ServerTlsPolicy.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
+"httpMethod": "DELETE",
+"id": "networksecurity.projects.locations.serverTlsPolicies.delete",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. A name of the ServerTlsPolicy to delete. Must be in the format `projects/*/locations/{location}/serverTlsPolicies/*`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"get": {
+"description": "Gets details of a single ServerTlsPolicy.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.serverTlsPolicies.get",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. A name of the ServerTlsPolicy to get. Must be in the format `projects/*/locations/{location}/serverTlsPolicies/*`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "ServerTlsPolicy"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"getIamPolicy": {
+"description": "Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:getIamPolicy",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.serverTlsPolicies.getIamPolicy",
+"parameterOrder": [
+"resource"
+],
+"parameters": {
+"options.requestedPolicyVersion": {
+"description": "Optional. The maximum policy version that will be used to format the policy. Valid values are 0, 1, and 3. Requests specifying an invalid value will be rejected. Requests for policies with any conditional role bindings must specify version 3. Policies with no conditional role bindings may specify any valid value or leave the field unset. The policy in the response might use the policy version that you specified, or it might use a lower policy version. For example, if you specify version 3, but the policy has no conditional role bindings, the response uses version 1. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
+"format": "int32",
+"location": "query",
+"type": "integer"
+},
+"resource": {
+"description": "REQUIRED: The resource for which the policy is being requested. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+resource}:getIamPolicy",
+"response": {
+"$ref": "GoogleIamV1Policy"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"list": {
+"description": "Lists ServerTlsPolicies in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.serverTlsPolicies.list",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"pageSize": {
+"description": "Maximum number of ServerTlsPolicies to return per call.",
+"format": "int32",
+"location": "query",
+"type": "integer"
+},
+"pageToken": {
+"description": "The value returned by the last `ListServerTlsPoliciesResponse` Indicates that this is a continuation of a prior `ListServerTlsPolicies` call, and that the system should return the next page of data.",
+"location": "query",
+"type": "string"
+},
+"parent": {
+"description": "Required. The project and location from which the ServerTlsPolicies should be listed, specified in the format `projects/*/locations/{location}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+parent}/serverTlsPolicies",
+"response": {
+"$ref": "ListServerTlsPoliciesResponse"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"patch": {
+"description": "Updates the parameters of a single ServerTlsPolicy.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}",
+"httpMethod": "PATCH",
+"id": "networksecurity.projects.locations.serverTlsPolicies.patch",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. Name of the ServerTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/serverTlsPolicies/{server_tls_policy}`",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"required": true,
+"type": "string"
+},
+"updateMask": {
+"description": "Optional. Field mask is used to specify the fields to be overwritten in the ServerTlsPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"format": "google-fieldmask",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"request": {
+"$ref": "ServerTlsPolicy"
+},
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"setIamPolicy": {
+"description": "Sets the access control policy on the specified resource. Replaces any existing policy. Can return `NOT_FOUND`, `INVALID_ARGUMENT`, and `PERMISSION_DENIED` errors.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:setIamPolicy",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.serverTlsPolicies.setIamPolicy",
+"parameterOrder": [
+"resource"
+],
+"parameters": {
+"resource": {
+"description": "REQUIRED: The resource for which the policy is being specified. See [Resource names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+resource}:setIamPolicy",
+"request": {
+"$ref": "GoogleIamV1SetIamPolicyRequest"
+},
+"response": {
+"$ref": "GoogleIamV1Policy"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"testIamPermissions": {
+"description": "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.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/serverTlsPolicies/{serverTlsPoliciesId}:testIamPermissions",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.serverTlsPolicies.testIamPermissions",
+"parameterOrder": [
+"resource"
+],
+"parameters": {
+"resource": {
+"description": "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.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/serverTlsPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+resource}:testIamPermissions",
+"request": {
+"$ref": "GoogleIamV1TestIamPermissionsRequest"
+},
+"response": {
+"$ref": "GoogleIamV1TestIamPermissionsResponse"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+}
+}
+},
+"tlsInspectionPolicies": {
+"methods": {
+"create": {
+"description": "Creates a new TlsInspectionPolicy in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.tlsInspectionPolicies.create",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"parent": {
+"description": "Required. The parent resource of the TlsInspectionPolicy. Must be in the format `projects/{project}/locations/{location}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+},
+"tlsInspectionPolicyId": {
+"description": "Required. Short name of the TlsInspectionPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"tls_inspection_policy1\".",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+parent}/tlsInspectionPolicies",
+"request": {
+"$ref": "TlsInspectionPolicy"
+},
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"delete": {
+"description": "Deletes a single TlsInspectionPolicy.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
+"httpMethod": "DELETE",
+"id": "networksecurity.projects.locations.tlsInspectionPolicies.delete",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"force": {
+"description": "If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)",
+"location": "query",
+"type": "boolean"
+},
+"name": {
+"description": "Required. A name of the TlsInspectionPolicy to delete. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"get": {
+"description": "Gets details of a single TlsInspectionPolicy.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.tlsInspectionPolicies.get",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. A name of the TlsInspectionPolicy to get. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "TlsInspectionPolicy"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"list": {
+"description": "Lists TlsInspectionPolicies in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.tlsInspectionPolicies.list",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"pageSize": {
+"description": "Maximum number of TlsInspectionPolicies to return per call.",
+"format": "int32",
+"location": "query",
+"type": "integer"
+},
+"pageToken": {
+"description": "The value returned by the last 'ListTlsInspectionPoliciesResponse' Indicates that this is a continuation of a prior 'ListTlsInspectionPolicies' call, and that the system should return the next page of data.",
+"location": "query",
+"type": "string"
+},
+"parent": {
+"description": "Required. The project and location from which the TlsInspectionPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+parent}/tlsInspectionPolicies",
+"response": {
+"$ref": "ListTlsInspectionPoliciesResponse"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"patch": {
+"description": "Updates the parameters of a single TlsInspectionPolicy.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}",
+"httpMethod": "PATCH",
+"id": "networksecurity.projects.locations.tlsInspectionPolicies.patch",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/tlsInspectionPolicies/[^/]+$",
+"required": true,
+"type": "string"
+},
+"updateMask": {
+"description": "Optional. Field mask is used to specify the fields to be overwritten in the TlsInspectionPolicy resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"format": "google-fieldmask",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"request": {
+"$ref": "TlsInspectionPolicy"
+},
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+}
+}
+},
+"urlLists": {
+"methods": {
+"create": {
+"description": "Creates a new UrlList in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists",
+"httpMethod": "POST",
+"id": "networksecurity.projects.locations.urlLists.create",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"parent": {
+"description": "Required. The parent resource of the UrlList. Must be in the format `projects/*/locations/{location}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+},
+"urlListId": {
+"description": "Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. \"url_list\".",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+parent}/urlLists",
+"request": {
+"$ref": "UrlList"
+},
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"delete": {
+"description": "Deletes a single UrlList.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
+"httpMethod": "DELETE",
+"id": "networksecurity.projects.locations.urlLists.delete",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. A name of the UrlList to delete. Must be in the format `projects/*/locations/{location}/urlLists/*`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"get": {
+"description": "Gets details of a single UrlList.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.urlLists.get",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. A name of the UrlList to get. Must be in the format `projects/*/locations/{location}/urlLists/*`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"response": {
+"$ref": "UrlList"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"list": {
+"description": "Lists UrlLists in a given project and location.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists",
+"httpMethod": "GET",
+"id": "networksecurity.projects.locations.urlLists.list",
+"parameterOrder": [
+"parent"
+],
+"parameters": {
+"pageSize": {
+"description": "Maximum number of UrlLists to return per call.",
+"format": "int32",
+"location": "query",
+"type": "integer"
+},
+"pageToken": {
+"description": "The value returned by the last `ListUrlListsResponse` Indicates that this is a continuation of a prior `ListUrlLists` call, and that the system should return the next page of data.",
+"location": "query",
+"type": "string"
+},
+"parent": {
+"description": "Required. The project and location from which the UrlLists should be listed, specified in the format `projects/{project}/locations/{location}`.",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+$",
+"required": true,
+"type": "string"
+}
+},
+"path": "v1beta1/{+parent}/urlLists",
+"response": {
+"$ref": "ListUrlListsResponse"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+},
+"patch": {
+"description": "Updates the parameters of a single UrlList.",
+"flatPath": "v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}",
+"httpMethod": "PATCH",
+"id": "networksecurity.projects.locations.urlLists.patch",
+"parameterOrder": [
+"name"
+],
+"parameters": {
+"name": {
+"description": "Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
+"location": "path",
+"pattern": "^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$",
+"required": true,
+"type": "string"
+},
+"updateMask": {
+"description": "Optional. Field mask is used to specify the fields to be overwritten in the UrlList resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. If the user does not provide a mask then all fields will be overwritten.",
+"format": "google-fieldmask",
+"location": "query",
+"type": "string"
+}
+},
+"path": "v1beta1/{+name}",
+"request": {
+"$ref": "UrlList"
+},
+"response": {
+"$ref": "Operation"
+},
+"scopes": [
+"https://www.googleapis.com/auth/cloud-platform"
+]
+}
+}
+}
+}
+}
+}
+}
+},
+"revision": "20241202",
+"rootUrl": "https://networksecurity.googleapis.com/",
+"schemas": {
+"AddAddressGroupItemsRequest": {
+"description": "Request used by the AddAddressGroupItems method.",
+"id": "AddAddressGroupItemsRequest",
+"properties": {
+"items": {
+"description": "Required. List of items to add.",
+"items": {
+"type": "string"
+},
+"type": "array"
+},
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
+"type": "string"
+}
+},
+"type": "object"
+},
+"AddressGroup": {
+"description": "AddressGroup is a resource that specifies how a collection of IP/DNS used in Firewall Policy.",
+"id": "AddressGroup",
+"properties": {
+"capacity": {
+"description": "Required. Capacity of the Address Group",
+"format": "int32",
+"type": "integer"
+},
+"createTime": {
+"description": "Output only. The timestamp when the resource was created.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+},
+"description": {
+"description": "Optional. Free-text description of the resource.",
+"type": "string"
+},
+"items": {
+"description": "Optional. List of items.",
+"items": {
+"type": "string"
+},
+"type": "array"
+},
+"labels": {
+"additionalProperties": {
+"type": "string"
+},
+"description": "Optional. Set of label tags associated with the AddressGroup resource.",
+"type": "object"
+},
+"name": {
+"description": "Required. Name of the AddressGroup resource. It matches pattern `projects/*/locations/{location}/addressGroups/`.",
+"type": "string"
+},
+"purpose": {
+"description": "Optional. List of supported purposes of the Address Group.",
+"items": {
+"enum": [
+"PURPOSE_UNSPECIFIED",
+"DEFAULT",
+"CLOUD_ARMOR"
+],
+"enumDescriptions": [
+"Default value. Should never happen.",
+"Address Group is distributed to VMC, and is usable in Firewall Policies and other systems that rely on VMC.",
+"Address Group is usable in Cloud Armor."
+],
+"type": "string"
+},
+"type": "array"
+},
+"selfLink": {
+"description": "Output only. Server-defined fully-qualified URL for this resource.",
+"readOnly": true,
+"type": "string"
+},
+"type": {
+"description": "Required. The type of the Address Group. Possible values are \"IPv4\" or \"IPV6\".",
+"enum": [
+"TYPE_UNSPECIFIED",
+"IPV4",
+"IPV6"
+],
+"enumDescriptions": [
+"Default value.",
+"IP v4 ranges.",
+"IP v6 ranges."
+],
+"type": "string"
+},
+"updateTime": {
+"description": "Output only. The timestamp when the resource was updated.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+}
+},
+"type": "object"
+},
+"AuthorizationPolicy": {
+"description": "AuthorizationPolicy is a resource that specifies how a server should authorize incoming connections. This resource in itself does not change the configuration unless it's attached to a target https proxy or endpoint config selector resource.",
+"id": "AuthorizationPolicy",
+"properties": {
+"action": {
+"description": "Required. The action to take when a rule match is found. Possible values are \"ALLOW\" or \"DENY\".",
+"enum": [
+"ACTION_UNSPECIFIED",
+"ALLOW",
+"DENY"
+],
+"enumDescriptions": [
+"Default value.",
+"Grant access.",
+"Deny access. Deny rules should be avoided unless they are used to provide a default \"deny all\" fallback."
+],
+"type": "string"
+},
+"createTime": {
+"description": "Output only. The timestamp when the resource was created.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+},
+"description": {
+"description": "Optional. Free-text description of the resource.",
+"type": "string"
+},
+"labels": {
+"additionalProperties": {
+"type": "string"
+},
+"description": "Optional. Set of label tags associated with the AuthorizationPolicy resource.",
+"type": "object"
+},
+"name": {
+"description": "Required. Name of the AuthorizationPolicy resource. It matches pattern `projects/{project}/locations/{location}/authorizationPolicies/`.",
+"type": "string"
+},
+"rules": {
+"description": "Optional. List of rules to match. Note that at least one of the rules must match in order for the action specified in the 'action' field to be taken. A rule is a match if there is a matching source and destination. If left blank, the action specified in the `action` field will be applied on every request.",
+"items": {
+"$ref": "Rule"
+},
+"type": "array"
+},
+"updateTime": {
+"description": "Output only. The timestamp when the resource was updated.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+}
+},
+"type": "object"
+},
+"AuthzPolicy": {
+"description": "`AuthzPolicy` is a resource that allows to forward traffic to a callout backend designed to scan the traffic for security purposes.",
+"id": "AuthzPolicy",
+"properties": {
+"action": {
+"description": "Required. Can be one of `ALLOW`, `DENY`, `CUSTOM`. When the action is `CUSTOM`, `customProvider` must be specified. When the action is `ALLOW`, only requests matching the policy will be allowed. When the action is `DENY`, only requests matching the policy will be denied. When a request arrives, the policies are evaluated in the following order: 1. If there is a `CUSTOM` policy that matches the request, the `CUSTOM` policy is evaluated using the custom authorization providers and the request is denied if the provider rejects the request. 2. If there are any `DENY` policies that match the request, the request is denied. 3. If there are no `ALLOW` policies for the resource or if any of the `ALLOW` policies match the request, the request is allowed. 4. Else the request is denied by default if none of the configured AuthzPolicies with `ALLOW` action match the request.",
+"enum": [
+"AUTHZ_ACTION_UNSPECIFIED",
+"ALLOW",
+"DENY",
+"CUSTOM"
+],
+"enumDescriptions": [
+"Unspecified action.",
+"Allow request to pass through to the backend.",
+"Deny the request and return a HTTP 404 to the client.",
+"Delegate the authorization decision to an external authorization engine."
+],
+"type": "string"
+},
+"createTime": {
+"description": "Output only. The timestamp when the resource was created.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+},
+"customProvider": {
+"$ref": "AuthzPolicyCustomProvider",
+"description": "Optional. Required if the action is `CUSTOM`. Allows delegating authorization decisions to Cloud IAP or to Service Extensions. One of `cloudIap` or `authzExtension` must be specified."
+},
+"description": {
+"description": "Optional. A human-readable description of the resource.",
+"type": "string"
+},
+"httpRules": {
+"description": "Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules.",
+"items": {
+"$ref": "AuthzPolicyAuthzRule"
+},
+"type": "array"
+},
+"labels": {
+"additionalProperties": {
+"type": "string"
+},
+"description": "Optional. Set of labels associated with the `AuthzPolicy` resource. The format must comply with [the following requirements](/compute/docs/labeling-resources#requirements).",
+"type": "object"
+},
+"name": {
+"description": "Required. Identifier. Name of the `AuthzPolicy` resource in the following format: `projects/{project}/locations/{location}/authzPolicies/{authz_policy}`.",
+"type": "string"
+},
+"target": {
+"$ref": "AuthzPolicyTarget",
+"description": "Required. Specifies the set of resources to which this policy should be applied to."
+},
+"updateTime": {
+"description": "Output only. The timestamp when the resource was updated.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRule": {
+"description": "Conditions to match against the incoming request.",
+"id": "AuthzPolicyAuthzRule",
+"properties": {
+"from": {
+"$ref": "AuthzPolicyAuthzRuleFrom",
+"description": "Optional. Describes properties of a source of a request."
+},
+"to": {
+"$ref": "AuthzPolicyAuthzRuleTo",
+"description": "Optional. Describes properties of a target of a request."
+},
+"when": {
+"description": "Optional. CEL expression that describes the conditions to be satisfied for the action. The result of the CEL expression is ANDed with the from and to. Refer to the CEL language reference for a list of available attributes.",
+"type": "string"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleFrom": {
+"description": "Describes properties of one or more sources of a request.",
+"id": "AuthzPolicyAuthzRuleFrom",
+"properties": {
+"notSources": {
+"description": "Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleFromRequestSource"
+},
+"type": "array"
+},
+"sources": {
+"description": "Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 1 source. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleFromRequestSource"
+},
+"type": "array"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleFromRequestSource": {
+"description": "Describes the properties of a single source.",
+"id": "AuthzPolicyAuthzRuleFromRequestSource",
+"properties": {
+"principals": {
+"description": "Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleStringMatch"
+},
+"type": "array"
+},
+"resources": {
+"description": "Optional. A list of resources to match against the resource of the source VM of a request. Limited to 5 resources.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleRequestResource"
+},
+"type": "array"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleHeaderMatch": {
+"description": "Determines how a HTTP header should be matched.",
+"id": "AuthzPolicyAuthzRuleHeaderMatch",
+"properties": {
+"name": {
+"description": "Optional. Specifies the name of the header in the request.",
+"type": "string"
+},
+"value": {
+"$ref": "AuthzPolicyAuthzRuleStringMatch",
+"description": "Optional. Specifies how the header match will be performed."
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleRequestResource": {
+"description": "Describes the properties of a client VM resource accessing the internal application load balancers.",
+"id": "AuthzPolicyAuthzRuleRequestResource",
+"properties": {
+"iamServiceAccount": {
+"$ref": "AuthzPolicyAuthzRuleStringMatch",
+"description": "Optional. An IAM service account to match against the source service account of the VM sending the request."
+},
+"tagValueIdSet": {
+"$ref": "AuthzPolicyAuthzRuleRequestResourceTagValueIdSet",
+"description": "Optional. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request."
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleRequestResourceTagValueIdSet": {
+"description": "Describes a set of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.",
+"id": "AuthzPolicyAuthzRuleRequestResourceTagValueIdSet",
+"properties": {
+"ids": {
+"description": "Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.",
+"items": {
+"format": "int64",
+"type": "string"
+},
+"type": "array"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleStringMatch": {
+"description": "Determines how a string value should be matched.",
+"id": "AuthzPolicyAuthzRuleStringMatch",
+"properties": {
+"contains": {
+"description": "The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``xyz.abc.def``",
+"type": "string"
+},
+"exact": {
+"description": "The input string must match exactly the string specified here. Examples: * ``abc`` only matches the value ``abc``.",
+"type": "string"
+},
+"ignoreCase": {
+"description": "If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher ``data`` will match both input string ``Data`` and ``data`` if set to true.",
+"type": "boolean"
+},
+"prefix": {
+"description": "The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``abc.xyz``",
+"type": "string"
+},
+"suffix": {
+"description": "The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``xyz.abc``",
+"type": "string"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleTo": {
+"description": "Describes properties of one or more targets of a request.",
+"id": "AuthzPolicyAuthzRuleTo",
+"properties": {
+"notOperations": {
+"description": "Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleToRequestOperation"
+},
+"type": "array"
+},
+"operations": {
+"description": "Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 1 operation. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleToRequestOperation"
+},
+"type": "array"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleToRequestOperation": {
+"description": "Describes properties of one or more targets of a request.",
+"id": "AuthzPolicyAuthzRuleToRequestOperation",
+"properties": {
+"headerSet": {
+"$ref": "AuthzPolicyAuthzRuleToRequestOperationHeaderSet",
+"description": "Optional. A list of headers to match against in http header."
+},
+"hosts": {
+"description": "Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleStringMatch"
+},
+"type": "array"
+},
+"methods": {
+"description": "Optional. A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive.",
+"items": {
+"type": "string"
+},
+"type": "array"
+},
+"paths": {
+"description": "Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleStringMatch"
+},
+"type": "array"
+}
+},
+"type": "object"
+},
+"AuthzPolicyAuthzRuleToRequestOperationHeaderSet": {
+"description": "Describes a set of HTTP headers to match against.",
+"id": "AuthzPolicyAuthzRuleToRequestOperationHeaderSet",
+"properties": {
+"headers": {
+"description": "Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.",
+"items": {
+"$ref": "AuthzPolicyAuthzRuleHeaderMatch"
+},
+"type": "array"
+}
 },
-"selfLink": {
-"description": "Output only. Server-defined fully-qualified URL for this resource.",
-"readOnly": true,
-"type": "string"
+"type": "object"
 },
-"type": {
-"description": "Required. The type of the Address Group. Possible values are \"IPv4\" or \"IPV6\".",
-"enum": [
-"TYPE_UNSPECIFIED",
-"IPV4",
-"IPV6"
-],
-"enumDescriptions": [
-"Default value.",
-"IP v4 ranges.",
-"IP v6 ranges."
-],
-"type": "string"
+"AuthzPolicyCustomProvider": {
+"description": "Allows delegating authorization decisions to Cloud IAP or to Service Extensions.",
+"id": "AuthzPolicyCustomProvider",
+"properties": {
+"authzExtension": {
+"$ref": "AuthzPolicyCustomProviderAuthzExtension",
+"description": "Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified."
 },
-"updateTime": {
-"description": "Output only. The timestamp when the resource was updated.",
-"format": "google-datetime",
-"readOnly": true,
+"cloudIap": {
+"$ref": "AuthzPolicyCustomProviderCloudIap",
+"description": "Optional. Delegates authorization decisions to Cloud IAP. Applicable only for managed load balancers. Enabling Cloud IAP at the AuthzPolicy level is not compatible with Cloud IAP settings in the BackendService. Enabling IAP in both places will result in request failure. Ensure that IAP is enabled in either the AuthzPolicy or the BackendService but not in both places."
+}
+},
+"type": "object"
+},
+"AuthzPolicyCustomProviderAuthzExtension": {
+"description": "Optional. Delegate authorization decision to user authored extension. Only one of cloudIap or authzExtension can be specified.",
+"id": "AuthzPolicyCustomProviderAuthzExtension",
+"properties": {
+"resources": {
+"description": "Required. A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.",
+"items": {
 "type": "string"
+},
+"type": "array"
 }
 },
 "type": "object"
 },
-"AuthorizationPolicy": {
-"description": "AuthorizationPolicy is a resource that specifies how a server should authorize incoming connections. This resource in itself does not change the configuration unless it's attached to a target https proxy or endpoint config selector resource.",
-"id": "AuthorizationPolicy",
+"AuthzPolicyCustomProviderCloudIap": {
+"description": "Optional. Delegates authorization decisions to Cloud IAP. Applicable only for managed load balancers. Enabling Cloud IAP at the AuthzPolicy level is not compatible with Cloud IAP settings in the BackendService. Enabling IAP in both places will result in request failure. Ensure that IAP is enabled in either the AuthzPolicy or the BackendService but not in both places.",
+"id": "AuthzPolicyCustomProviderCloudIap",
+"properties": {},
+"type": "object"
+},
+"AuthzPolicyTarget": {
+"description": "Specifies the set of targets to which this policy should be applied to.",
+"id": "AuthzPolicyTarget",
 "properties": {
-"action": {
-"description": "Required. The action to take when a rule match is found. Possible values are \"ALLOW\" or \"DENY\".",
+"loadBalancingScheme": {
+"description": "Required. All gateways and forwarding rules referenced by this policy and extensions must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).",
 "enum": [
-"ACTION_UNSPECIFIED",
-"ALLOW",
-"DENY"
+"LOAD_BALANCING_SCHEME_UNSPECIFIED",
+"INTERNAL_MANAGED",
+"EXTERNAL_MANAGED",
+"INTERNAL_SELF_MANAGED"
 ],
 "enumDescriptions": [
-"Default value.",
-"Grant access.",
-"Deny access. Deny rules should be avoided unless they are used to provide a default \"deny all\" fallback."
+"Default value. Do not use.",
+"Signifies that this is used for Regional internal or Cross-region internal Application Load Balancing.",
+"Signifies that this is used for Global external or Regional external Application Load Balancing.",
+"Signifies that this is used for Cloud Service Mesh. Meant for use by CSM GKE controller only."
 ],
 "type": "string"
 },
-"createTime": {
-"description": "Output only. The timestamp when the resource was created.",
-"format": "google-datetime",
-"readOnly": true,
-"type": "string"
-},
-"description": {
-"description": "Optional. Free-text description of the resource.",
+"resources": {
+"description": "Required. A list of references to the Forwarding Rules on which this policy will be applied.",
+"items": {
 "type": "string"
 },
-"labels": {
-"additionalProperties": {
-"type": "string"
+"type": "array"
+}
 },
-"description": "Optional. Set of label tags associated with the AuthorizationPolicy resource.",
 "type": "object"
 },
-"name": {
-"description": "Required. Name of the AuthorizationPolicy resource. It matches pattern `projects/{project}/locations/{location}/authorizationPolicies/`.",
-"type": "string"
-},
-"rules": {
-"description": "Optional. List of rules to match. Note that at least one of the rules must match in order for the action specified in the 'action' field to be taken. A rule is a match if there is a matching source and destination. If left blank, the action specified in the `action` field will be applied on every request.",
-"items": {
-"$ref": "Rule"
-},
-"type": "array"
+"CancelOperationRequest": {
+"description": "The request message for Operations.CancelOperation.",
+"id": "CancelOperationRequest",
+"properties": {},
+"type": "object"
 },
-"updateTime": {
-"description": "Output only. The timestamp when the resource was updated.",
-"format": "google-datetime",
-"readOnly": true,
+"CertificateProviderInstance": {
+"description": "Specification of a TLS certificate provider instance. Workloads may have one or more CertificateProvider instances (plugins) and one of them is enabled and configured by specifying this message. Workloads use the values from this message to locate and load the CertificateProvider instance configuration.",
+"id": "CertificateProviderInstance",
+"properties": {
+"pluginInstance": {
+"description": "Required. Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to \"google_cloud_private_spiffe\" to use Certificate Authority Service certificate provider instance.",
 "type": "string"
 }
 },
 "type": "object"
 },
-"AuthzPolicy": {
-"description": "`AuthzPolicy` is a resource that allows to forward traffic to a callout backend designed to scan the traffic for security purposes.",
-"id": "AuthzPolicy",
+"ClientTlsPolicy": {
+"description": "ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.",
+"id": "ClientTlsPolicy",
 "properties": {
-"action": {
-"description": "Required. Can be one of `ALLOW`, `DENY`, `CUSTOM`. When the action is `CUSTOM`, `customProvider` must be specified. When the action is `ALLOW`, only requests matching the policy will be allowed. When the action is `DENY`, only requests matching the policy will be denied. When a request arrives, the policies are evaluated in the following order: 1. If there is a `CUSTOM` policy that matches the request, the `CUSTOM` policy is evaluated using the custom authorization providers and the request is denied if the provider rejects the request. 2. If there are any `DENY` policies that match the request, the request is denied. 3. If there are no `ALLOW` policies for the resource or if any of the `ALLOW` policies match the request, the request is allowed. 4. Else the request is denied by default if none of the configured AuthzPolicies with `ALLOW` action match the request.",
-"enum": [
-"AUTHZ_ACTION_UNSPECIFIED",
-"ALLOW",
-"DENY",
-"CUSTOM"
-],
-"enumDescriptions": [
-"Unspecified action.",
-"Allow request to pass through to the backend.",
-"Deny the request and return a HTTP 404 to the client.",
-"Delegate the authorization decision to an external authorization engine."
-],
-"type": "string"
+"clientCertificate": {
+"$ref": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
+"description": "Optional. Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS."
 },
 "createTime": {
 "description": "Output only. The timestamp when the resource was created.",
@@ -4343,35 +5406,31 @@
 "readOnly": true,
 "type": "string"
 },
-"customProvider": {
-"$ref": "AuthzPolicyCustomProvider",
-"description": "Optional. Required if the action is `CUSTOM`. Allows delegating authorization decisions to Cloud IAP or to Service Extensions. One of `cloudIap` or `authzExtension` must be specified."
-},
 "description": {
-"description": "Optional. A human-readable description of the resource.",
+"description": "Optional. Free-text description of the resource.",
 "type": "string"
 },
-"httpRules": {
-"description": "Optional. A list of authorization HTTP rules to match against the incoming request. A policy match occurs when at least one HTTP rule matches the request or when no HTTP rules are specified in the policy. At least one HTTP Rule is required for Allow or Deny Action. Limited to 5 rules.",
-"items": {
-"$ref": "AuthzPolicyAuthzRule"
-},
-"type": "array"
-},
 "labels": {
 "additionalProperties": {
 "type": "string"
 },
-"description": "Optional. Set of labels associated with the `AuthzPolicy` resource. The format must comply with [the following requirements](/compute/docs/labeling-resources#requirements).",
+"description": "Optional. Set of label tags associated with the resource.",
 "type": "object"
 },
 "name": {
-"description": "Required. Identifier. Name of the `AuthzPolicy` resource in the following format: `projects/{project}/locations/{location}/authzPolicies/{authz_policy}`.",
+"description": "Required. Name of the ClientTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/clientTlsPolicies/{client_tls_policy}`",
 "type": "string"
 },
-"target": {
-"$ref": "AuthzPolicyTarget",
-"description": "Required. Specifies the set of resources to which this policy should be applied to."
+"serverValidationCa": {
+"description": "Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.",
+"items": {
+"$ref": "ValidationCA"
+},
+"type": "array"
+},
+"sni": {
+"description": "Optional. Server Name Indication string to present to the server during TLS handshake. E.g: \"secure.example.com\".",
+"type": "string"
 },
 "updateTime": {
 "description": "Output only. The timestamp when the resource was updated.",
@@ -4382,296 +5441,277 @@
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRule": {
-"description": "Conditions to match against the incoming request.",
-"id": "AuthzPolicyAuthzRule",
+"CloneAddressGroupItemsRequest": {
+"description": "Request used by the CloneAddressGroupItems method.",
+"id": "CloneAddressGroupItemsRequest",
 "properties": {
-"from": {
-"$ref": "AuthzPolicyAuthzRuleFrom",
-"description": "Optional. Describes properties of one or more sources of a request."
-},
-"to": {
-"$ref": "AuthzPolicyAuthzRuleTo",
-"description": "Optional. Describes properties of one or more targets of a request."
-},
-"when": {
-"description": "Optional. CEL expression that describes the conditions to be satisfied for the action. The result of the CEL expression is ANDed with the from and to. Refer to the CEL language reference for a list of available attributes.",
+"requestId": {
+"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
 "type": "string"
-}
-},
-"type": "object"
 },
-"AuthzPolicyAuthzRuleFrom": {
-"description": "Describes properties of one or more sources of a request.",
-"id": "AuthzPolicyAuthzRuleFrom",
-"properties": {
-"notSources": {
-"description": "Optional. Describes the negated properties of request sources. Matches requests from sources that do not match the criteria specified in this field. At least one of sources or notSources must be specified.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleFromRequestSource"
-},
-"type": "array"
-},
-"sources": {
-"description": "Optional. Describes the properties of a request's sources. At least one of sources or notSources must be specified. Limited to 5 sources. A match occurs when ANY source (in sources or notSources) matches the request. Within a single source, the match follows AND semantics across fields and OR semantics within a single field, i.e. a match occurs when ANY principal matches AND ANY ipBlocks match.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleFromRequestSource"
-},
-"type": "array"
-}
-},
-"type": "object"
-},
-"AuthzPolicyAuthzRuleFromRequestSource": {
-"description": "Describes the properties of a single source.",
-"id": "AuthzPolicyAuthzRuleFromRequestSource",
-"properties": {
-"principals": {
-"description": "Optional. A list of identities derived from the client's certificate. This field will not match on a request unless mutual TLS is enabled for the Forwarding rule or Gateway. Each identity is a string whose value is matched against the URI SAN, or DNS SAN or the subject field in the client's certificate. The match can be exact, prefix, suffix or a substring match. One of exact, prefix, suffix or contains must be specified. Limited to 5 principals.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleStringMatch"
-},
-"type": "array"
-},
-"resources": {
-"description": "Optional. A list of resources to match against the resource of the source VM of a request. Limited to 5 resources.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleRequestResource"
-},
-"type": "array"
+"sourceAddressGroup": {
+"description": "Required. Source address group to clone items from.",
+"type": "string"
 }
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRuleHeaderMatch": {
-"description": "Determines how a HTTP header should be matched.",
-"id": "AuthzPolicyAuthzRuleHeaderMatch",
+"CustomInterceptProfile": {
+"description": "CustomInterceptProfile defines the Packet Intercept Endpoint Group used to intercept traffic to a third-party firewall in a Firewall rule.",
+"id": "CustomInterceptProfile",
 "properties": {
-"name": {
-"description": "Optional. Specifies the name of the header in the request.",
+"interceptEndpointGroup": {
+"description": "Required. The InterceptEndpointGroup to which traffic associated with the SP should be mirrored.",
 "type": "string"
-},
-"value": {
-"$ref": "AuthzPolicyAuthzRuleStringMatch",
-"description": "Optional. Specifies how the header match will be performed."
 }
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRuleRequestResource": {
-"description": "Describes the properties of a client VM resource accessing the internal application load balancers.",
-"id": "AuthzPolicyAuthzRuleRequestResource",
+"CustomMirroringProfile": {
+"description": "CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup",
+"id": "CustomMirroringProfile",
 "properties": {
-"iamServiceAccount": {
-"$ref": "AuthzPolicyAuthzRuleStringMatch",
-"description": "Optional. An IAM service account to match against the source service account of the VM sending the request."
-},
-"tagValueIdSet": {
-"$ref": "AuthzPolicyAuthzRuleRequestResourceTagValueIdSet",
-"description": "Optional. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request."
+"mirroringEndpointGroup": {
+"description": "Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.",
+"type": "string"
 }
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRuleRequestResourceTagValueIdSet": {
-"description": "Describes a set of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request.",
-"id": "AuthzPolicyAuthzRuleRequestResourceTagValueIdSet",
+"Destination": {
+"description": "Specification of traffic destination attributes.",
+"id": "Destination",
 "properties": {
-"ids": {
-"description": "Required. A list of resource tag value permanent IDs to match against the resource manager tags value associated with the source VM of a request. The match follows AND semantics which means all the ids must match. Limited to 5 matches.",
+"hosts": {
+"description": "Required. List of host names to match. Matched against the \":authority\" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example \"mydomain.*\") or a suffix match (example \"*.myorg.com\") or a presence (any) match \"*\".",
+"items": {
+"type": "string"
+},
+"type": "array"
+},
+"httpHeaderMatch": {
+"$ref": "HttpHeaderMatch",
+"description": "Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy."
+},
+"methods": {
+"description": "Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.",
 "items": {
-"format": "int64",
 "type": "string"
 },
 "type": "array"
+},
+"ports": {
+"description": "Required. List of destination ports to match. At least one port should match.",
+"items": {
+"format": "uint32",
+"type": "integer"
+},
+"type": "array"
 }
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRuleStringMatch": {
-"description": "Determines how a string value should be matched.",
-"id": "AuthzPolicyAuthzRuleStringMatch",
+"Empty": {
+"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
+"id": "Empty",
+"properties": {},
+"type": "object"
+},
+"Expr": {
+"description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
+"id": "Expr",
 "properties": {
-"contains": {
-"description": "The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``xyz.abc.def``",
+"description": {
+"description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
 "type": "string"
 },
-"exact": {
-"description": "The input string must match exactly the string specified here. Examples: * ``abc`` only matches the value ``abc``.",
+"expression": {
+"description": "Textual representation of an expression in Common Expression Language syntax.",
 "type": "string"
 },
-"ignoreCase": {
-"description": "If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. For example, the matcher ``data`` will match both input string ``Data`` and ``data`` if set to true.",
-"type": "boolean"
-},
-"prefix": {
-"description": "The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``abc.xyz``",
+"location": {
+"description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
 "type": "string"
 },
-"suffix": {
-"description": "The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: * ``abc`` matches the value ``xyz.abc``",
+"title": {
+"description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
 "type": "string"
 }
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRuleTo": {
-"description": "Describes properties of one or more targets of a request.",
-"id": "AuthzPolicyAuthzRuleTo",
+"FirewallEndpoint": {
+"description": "Message describing Endpoint object",
+"id": "FirewallEndpoint",
 "properties": {
-"notOperations": {
-"description": "Optional. Describes the negated properties of the targets of a request. Matches requests for operations that do not match the criteria specified in this field. At least one of operations or notOperations must be specified.",
+"associatedNetworks": {
+"deprecated": true,
+"description": "Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.",
 "items": {
-"$ref": "AuthzPolicyAuthzRuleToRequestOperation"
+"type": "string"
 },
+"readOnly": true,
 "type": "array"
 },
-"operations": {
-"description": "Optional. Describes properties of one or more targets of a request. At least one of operations or notOperations must be specified. Limited to 5 operations. A match occurs when ANY operation (in operations or notOperations) matches. Within an operation, the match follows AND semantics across fields and OR semantics within a field, i.e. a match occurs when ANY path matches AND ANY header matches and ANY method matches.",
+"associations": {
+"description": "Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.",
 "items": {
-"$ref": "AuthzPolicyAuthzRuleToRequestOperation"
+"$ref": "FirewallEndpointAssociationReference"
 },
+"readOnly": true,
 "type": "array"
-}
 },
-"type": "object"
+"billingProjectId": {
+"description": "Required. Project to bill on endpoint uptime usage.",
+"type": "string"
 },
-"AuthzPolicyAuthzRuleToRequestOperation": {
-"description": "Describes properties of one or more targets of a request.",
-"id": "AuthzPolicyAuthzRuleToRequestOperation",
-"properties": {
-"headerSet": {
-"$ref": "AuthzPolicyAuthzRuleToRequestOperationHeaderSet",
-"description": "Optional. A list of headers to match against in http header."
+"createTime": {
+"description": "Output only. Create time stamp",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
 },
-"hosts": {
-"description": "Optional. A list of HTTP Hosts to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleStringMatch"
+"description": {
+"description": "Optional. Description of the firewall endpoint. Max length 2048 characters.",
+"type": "string"
 },
-"type": "array"
+"labels": {
+"additionalProperties": {
+"type": "string"
 },
-"methods": {
-"description": "Optional. A list of HTTP methods to match against. Each entry must be a valid HTTP method name (GET, PUT, POST, HEAD, PATCH, DELETE, OPTIONS). It only allows exact match and is always case sensitive.",
-"items": {
+"description": "Optional. Labels as key value pairs",
+"type": "object"
+},
+"name": {
+"description": "Immutable. Identifier. name of resource",
 "type": "string"
 },
-"type": "array"
+"reconciling": {
+"description": "Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.",
+"readOnly": true,
+"type": "boolean"
 },
-"paths": {
-"description": "Optional. A list of paths to match against. The match can be one of exact, prefix, suffix, or contains (substring match). Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches. Note that this path match includes the query parameters. For gRPC services, this should be a fully-qualified name of the form /package.service/method.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleStringMatch"
+"state": {
+"description": "Output only. Current state of the endpoint.",
+"enum": [
+"STATE_UNSPECIFIED",
+"CREATING",
+"ACTIVE",
+"DELETING",
+"INACTIVE"
+],
+"enumDescriptions": [
+"Not set.",
+"Being created.",
+"Processing configuration updates.",
+"Being deleted.",
+"Down or in an error state."
+],
+"readOnly": true,
+"type": "string"
 },
-"type": "array"
+"updateTime": {
+"description": "Output only. Update time stamp",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
 }
 },
 "type": "object"
 },
-"AuthzPolicyAuthzRuleToRequestOperationHeaderSet": {
-"description": "Describes a set of HTTP headers to match against.",
-"id": "AuthzPolicyAuthzRuleToRequestOperationHeaderSet",
+"FirewallEndpointAssociation": {
+"description": "Message describing Association object",
+"id": "FirewallEndpointAssociation",
 "properties": {
-"headers": {
-"description": "Required. A list of headers to match against in http header. The match can be one of exact, prefix, suffix, or contains (substring match). The match follows AND semantics which means all the headers must match. Matches are always case sensitive unless the ignoreCase is set. Limited to 5 matches.",
-"items": {
-"$ref": "AuthzPolicyAuthzRuleHeaderMatch"
-},
-"type": "array"
-}
+"createTime": {
+"description": "Output only. Create time stamp",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
 },
-"type": "object"
+"disabled": {
+"description": "Optional. Whether the association is disabled. True indicates that traffic won't be intercepted",
+"type": "boolean"
 },
-"AuthzPolicyCustomProvider": {
-"description": "Allows delegating authorization decisions to Cloud IAP or to Service Extensions.",
-"id": "AuthzPolicyCustomProvider",
-"properties": {
-"authzExtension": {
-"$ref": "AuthzPolicyCustomProviderAuthzExtension",
-"description": "Optional. Delegate authorization decision to user authored Service Extension. Only one of cloudIap or authzExtension can be specified."
+"firewallEndpoint": {
+"description": "Required. The URL of the FirewallEndpoint that is being associated.",
+"type": "string"
 },
-"cloudIap": {
-"$ref": "AuthzPolicyCustomProviderCloudIap",
-"description": "Optional. Delegates authorization decisions to Cloud IAP. Applicable only for managed load balancers. Enabling Cloud IAP at the AuthzPolicy level is not compatible with Cloud IAP settings in the BackendService. Enabling IAP in both places will result in request failure. Ensure that IAP is enabled in either the AuthzPolicy or the BackendService but not in both places."
-}
+"labels": {
+"additionalProperties": {
+"type": "string"
 },
+"description": "Optional. Labels as key value pairs",
 "type": "object"
 },
-"AuthzPolicyCustomProviderAuthzExtension": {
-"description": "Optional. Delegate authorization decision to user authored extension. Only one of cloudIap or authzExtension can be specified.",
-"id": "AuthzPolicyCustomProviderAuthzExtension",
-"properties": {
-"resources": {
-"description": "Required. A list of references to authorization extensions that will be invoked for requests matching this policy. Limited to 1 custom provider.",
-"items": {
+"name": {
+"description": "Immutable. Identifier. name of resource",
 "type": "string"
 },
-"type": "array"
-}
-},
-"type": "object"
+"network": {
+"description": "Required. The URL of the network that is being associated.",
+"type": "string"
 },
-"AuthzPolicyCustomProviderCloudIap": {
-"description": "Optional. Delegates authorization decisions to Cloud IAP. Applicable only for managed load balancers. Enabling Cloud IAP at the AuthzPolicy level is not compatible with Cloud IAP settings in the BackendService. Enabling IAP in both places will result in request failure. Ensure that IAP is enabled in either the AuthzPolicy or the BackendService but not in both places.",
-"id": "AuthzPolicyCustomProviderCloudIap",
-"properties": {},
-"type": "object"
+"reconciling": {
+"description": "Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.",
+"readOnly": true,
+"type": "boolean"
 },
-"AuthzPolicyTarget": {
-"description": "Specifies the set of targets to which this policy should be applied to.",
-"id": "AuthzPolicyTarget",
-"properties": {
-"loadBalancingScheme": {
-"description": "Required. All gateways and forwarding rules referenced by this policy and extensions must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED` and `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).",
+"state": {
+"description": "Output only. Current state of the association.",
 "enum": [
-"LOAD_BALANCING_SCHEME_UNSPECIFIED",
-"INTERNAL_MANAGED",
-"EXTERNAL_MANAGED",
-"INTERNAL_SELF_MANAGED"
+"STATE_UNSPECIFIED",
+"CREATING",
+"ACTIVE",
+"DELETING",
+"INACTIVE",
+"ORPHAN"
 ],
 "enumDescriptions": [
-"Default value. Do not use.",
-"Signifies that this is used for Regional internal or Cross-region internal Application Load Balancing.",
-"Signifies that this is used for Global external or Regional external Application Load Balancing.",
-"Signifies that this is used for Cloud Service Mesh. Meant for use by CSM GKE controller only."
+"Not set.",
+"Being created.",
+"Active and ready for traffic.",
+"Being deleted.",
+"Down or in an error state.",
+"The project that housed the association has been deleted."
 ],
+"readOnly": true,
 "type": "string"
 },
-"resources": {
-"description": "Required. A list of references to the Forwarding Rules on which this policy will be applied.",
-"items": {
+"tlsInspectionPolicy": {
+"description": "Optional. The URL of the TlsInspectionPolicy that is being associated.",
+"type": "string"
+},
+"updateTime": {
+"description": "Output only. Update time stamp",
+"format": "google-datetime",
+"readOnly": true,
 "type": "string"
-},
-"type": "array"
 }
 },
 "type": "object"
 },
-"CancelOperationRequest": {
-"description": "The request message for Operations.CancelOperation.",
-"id": "CancelOperationRequest",
-"properties": {},
-"type": "object"
-},
-"CertificateProviderInstance": {
-"description": "Specification of a TLS certificate provider instance. Workloads may have one or more CertificateProvider instances (plugins) and one of them is enabled and configured by specifying this message. Workloads use the values from this message to locate and load the CertificateProvider instance configuration.",
-"id": "CertificateProviderInstance",
+"FirewallEndpointAssociationReference": {
+"description": "This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.",
+"id": "FirewallEndpointAssociationReference",
 "properties": {
-"pluginInstance": {
-"description": "Required. Plugin instance name, used to locate and load CertificateProvider instance configuration. Set to \"google_cloud_private_spiffe\" to use Certificate Authority Service certificate provider instance.",
+"name": {
+"description": "Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}",
+"readOnly": true,
+"type": "string"
+},
+"network": {
+"description": "Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.",
+"readOnly": true,
 "type": "string"
 }
 },
 "type": "object"
 },
-"ClientTlsPolicy": {
-"description": "ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.",
-"id": "ClientTlsPolicy",
+"GatewaySecurityPolicy": {
+"description": "The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.",
+"id": "GatewaySecurityPolicy",
 "properties": {
-"clientCertificate": {
-"$ref": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
-"description": "Optional. Defines a mechanism to provision client identity (public and private keys) for peer to peer authentication. The presence of this dictates mTLS."
-},
 "createTime": {
 "description": "Output only. The timestamp when the resource was created.",
 "format": "google-datetime",
@@ -4682,30 +5722,78 @@
 "description": "Optional. Free-text description of the resource.",
 "type": "string"
 },
-"labels": {
-"additionalProperties": {
+"name": {
+"description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
 "type": "string"
 },
-"description": "Optional. Set of label tags associated with the resource.",
+"tlsInspectionPolicy": {
+"description": "Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.",
+"type": "string"
+},
+"updateTime": {
+"description": "Output only. The timestamp when the resource was updated.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
+}
+},
 "type": "object"
 },
-"name": {
-"description": "Required. Name of the ClientTlsPolicy resource. It matches the pattern `projects/*/locations/{location}/clientTlsPolicies/{client_tls_policy}`",
+"GatewaySecurityPolicyRule": {
+"description": "The GatewaySecurityPolicyRule resource is in a nested collection within a GatewaySecurityPolicy and represents a traffic matching condition and associated action to perform.",
+"id": "GatewaySecurityPolicyRule",
+"properties": {
+"applicationMatcher": {
+"description": "Optional. CEL expression for matching on L7/application level criteria.",
 "type": "string"
 },
-"serverValidationCa": {
-"description": "Optional. Defines the mechanism to obtain the Certificate Authority certificate to validate the server certificate. If empty, client does not validate the server certificate.",
-"items": {
-"$ref": "ValidationCA"
+"basicProfile": {
+"description": "Required. Profile which tells what the primitive action should be.",
+"enum": [
+"BASIC_PROFILE_UNSPECIFIED",
+"ALLOW",
+"DENY"
+],
+"enumDescriptions": [
+"If there is not a mentioned action for the target.",
+"Allow the matched traffic.",
+"Deny the matched traffic."
+],
+"type": "string"
 },
-"type": "array"
+"createTime": {
+"description": "Output only. Time when the rule was created.",
+"format": "google-datetime",
+"readOnly": true,
+"type": "string"
 },
-"sni": {
-"description": "Optional. Server Name Indication string to present to the server during TLS handshake. E.g: \"secure.example.com\".",
+"description": {
+"description": "Optional. Free-text description of the resource.",
+"type": "string"
+},
+"enabled": {
+"description": "Required. Whether the rule is enforced.",
+"type": "boolean"
+},
+"name": {
+"description": "Required. Immutable. Name of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
+"type": "string"
+},
+"priority": {
+"description": "Required. Priority of the rule. Lower number corresponds to higher precedence.",
+"format": "int32",
+"type": "integer"
+},
+"sessionMatcher": {
+"description": "Required. CEL expression for matching on session criteria.",
 "type": "string"
 },
+"tlsInspectionEnabled": {
+"description": "Optional. Flag to enable TLS inspection of traffic matching on , can only be true if the parent GatewaySecurityPolicy references a TLSInspectionConfig.",
+"type": "boolean"
+},
 "updateTime": {
-"description": "Output only. The timestamp when the resource was updated.",
+"description": "Output only. Time when the rule was updated.",
 "format": "google-datetime",
 "readOnly": true,
 "type": "string"
@@ -4713,127 +5801,208 @@
 },
 "type": "object"
 },
-"CloneAddressGroupItemsRequest": {
-"description": "Request used by the CloneAddressGroupItems method.",
-"id": "CloneAddressGroupItemsRequest",
+"GoogleCloudNetworksecurityV1beta1CertificateProvider": {
+"description": "Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.",
+"id": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
 "properties": {
-"requestId": {
-"description": "Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).",
-"type": "string"
+"certificateProviderInstance": {
+"$ref": "CertificateProviderInstance",
+"description": "The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information."
 },
-"sourceAddressGroup": {
-"description": "Required. Source address group to clone items from.",
-"type": "string"
+"grpcEndpoint": {
+"$ref": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
+"description": "gRPC specific configuration to access the gRPC server to obtain the cert and private key."
 }
 },
 "type": "object"
 },
-"CustomMirroringProfile": {
-"description": "CustomMirroringProfile defines an action for mirroring traffic to a collector's EndpointGroup",
-"id": "CustomMirroringProfile",
+"GoogleCloudNetworksecurityV1beta1GrpcEndpoint": {
+"description": "Specification of the GRPC Endpoint.",
+"id": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
 "properties": {
-"mirroringEndpointGroup": {
-"description": "Required. The MirroringEndpointGroup to which traffic associated with the SP should be mirrored.",
+"targetUri": {
+"description": "Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with \"unix:\".",
 "type": "string"
 }
 },
 "type": "object"
 },
-"Destination": {
-"description": "Specification of traffic destination attributes.",
-"id": "Destination",
+"GoogleIamV1AuditConfig": {
+"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
+"id": "GoogleIamV1AuditConfig",
 "properties": {
-"hosts": {
-"description": "Required. List of host names to match. Matched against the \":authority\" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example \"mydomain.*\") or a suffix match (example \"*.myorg.com\") or a presence (any) match \"*\".",
+"auditLogConfigs": {
+"description": "The configuration for logging of each type of permission.",
 "items": {
-"type": "string"
+"$ref": "GoogleIamV1AuditLogConfig"
 },
 "type": "array"
 },
-"httpHeaderMatch": {
-"$ref": "HttpHeaderMatch",
-"description": "Optional. Match against key:value pair in http header. Provides a flexible match based on HTTP headers, for potentially advanced use cases. At least one header should match. Avoid using header matches to make authorization decisions unless there is a strong guarantee that requests arrive through a trusted client or proxy."
+"service": {
+"description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
+"type": "string"
+}
 },
-"methods": {
-"description": "Optional. A list of HTTP methods to match. At least one method should match. Should not be set for gRPC services.",
+"type": "object"
+},
+"GoogleIamV1AuditLogConfig": {
+"description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
+"id": "GoogleIamV1AuditLogConfig",
+"properties": {
+"exemptedMembers": {
+"description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
 "items": {
 "type": "string"
 },
 "type": "array"
 },
-"ports": {
-"description": "Required. List of destination ports to match. At least one port should match.",
+"logType": {
+"description": "The log type that this config enables.",
+"enum": [
+"LOG_TYPE_UNSPECIFIED",
+"ADMIN_READ",
+"DATA_WRITE",
+"DATA_READ"
+],
+"enumDescriptions": [
+"Default case. Should never be this.",
+"Admin reads. Example: CloudIAM getIamPolicy",
+"Data writes. Example: CloudSQL Users create",
+"Data reads. Example: CloudSQL Users list"
+],
+"type": "string"
+}
+},
+"type": "object"
+},
+"GoogleIamV1Binding": {
+"description": "Associates `members`, or principals, with a `role`.",
+"id": "GoogleIamV1Binding",
+"properties": {
+"condition": {
+"$ref": "Expr",
+"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
+},
+"members": {
+"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
 "items": {
-"format": "uint32",
-"type": "integer"
+"type": "string"
 },
 "type": "array"
-}
 },
-"type": "object"
+"role": {
+"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
+"type": "string"
+}
 },
-"Empty": {
-"description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
-"id": "Empty",
-"properties": {},
 "type": "object"
 },
-"Expr": {
-"description": "Represents a textual expression in the Common Expression Language (CEL) syntax. CEL is a C-like expression language. The syntax and semantics of CEL are documented at https://github.com/google/cel-spec. Example (Comparison): title: \"Summary size limit\" description: \"Determines if a summary is less than 100 chars\" expression: \"document.summary.size() < 100\" Example (Equality): title: \"Requestor is owner\" description: \"Determines if requestor is the document owner\" expression: \"document.owner == request.auth.claims.email\" Example (Logic): title: \"Public documents\" description: \"Determine whether the document should be publicly visible\" expression: \"document.type != 'private' && document.type != 'internal'\" Example (Data Manipulation): title: \"Notification string\" description: \"Create a notification string with a timestamp.\" expression: \"'New message received at ' + string(document.create_time)\" The exact variables and functions that may be referenced within an expression are determined by the service that evaluates it. See the service documentation for additional information.",
-"id": "Expr",
+"GoogleIamV1Policy": {
+"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
+"id": "GoogleIamV1Policy",
 "properties": {
-"description": {
-"description": "Optional. Description of the expression. This is a longer text which describes the expression, e.g. when hovered over it in a UI.",
-"type": "string"
+"auditConfigs": {
+"description": "Specifies cloud audit logging configuration for this policy.",
+"items": {
+"$ref": "GoogleIamV1AuditConfig"
 },
-"expression": {
-"description": "Textual representation of an expression in Common Expression Language syntax.",
-"type": "string"
+"type": "array"
 },
-"location": {
-"description": "Optional. String indicating the location of the expression for error reporting, e.g. a file name and a position in the file.",
+"bindings": {
+"description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
+"items": {
+"$ref": "GoogleIamV1Binding"
+},
+"type": "array"
+},
+"etag": {
+"description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
+"format": "byte",
 "type": "string"
 },
-"title": {
-"description": "Optional. Title for the expression, i.e. a short string describing its purpose. This can be used e.g. in UIs which allow to enter the expression.",
+"version": {
+"description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
+"format": "int32",
+"type": "integer"
+}
+},
+"type": "object"
+},
+"GoogleIamV1SetIamPolicyRequest": {
+"description": "Request message for `SetIamPolicy` method.",
+"id": "GoogleIamV1SetIamPolicyRequest",
+"properties": {
+"policy": {
+"$ref": "GoogleIamV1Policy",
+"description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
+},
+"updateMask": {
+"description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
+"format": "google-fieldmask",
 "type": "string"
 }
 },
 "type": "object"
 },
-"FirewallEndpoint": {
-"description": "Message describing Endpoint object",
-"id": "FirewallEndpoint",
+"GoogleIamV1TestIamPermissionsRequest": {
+"description": "Request message for `TestIamPermissions` method.",
+"id": "GoogleIamV1TestIamPermissionsRequest",
 "properties": {
-"associatedNetworks": {
-"deprecated": true,
-"description": "Output only. List of networks that are associated with this endpoint in the local zone. This is a projection of the FirewallEndpointAssociations pointing at this endpoint. A network will only appear in this list after traffic routing is fully configured. Format: projects/{project}/global/networks/{name}.",
+"permissions": {
+"description": "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).",
 "items": {
 "type": "string"
 },
-"readOnly": true,
 "type": "array"
+}
 },
-"associations": {
-"description": "Output only. List of FirewallEndpointAssociations that are associated to this endpoint. An association will only appear in this list after traffic routing is fully configured.",
+"type": "object"
+},
+"GoogleIamV1TestIamPermissionsResponse": {
+"description": "Response message for `TestIamPermissions` method.",
+"id": "GoogleIamV1TestIamPermissionsResponse",
+"properties": {
+"permissions": {
+"description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
 "items": {
-"$ref": "FirewallEndpointAssociationReference"
+"type": "string"
 },
-"readOnly": true,
 "type": "array"
+}
 },
-"billingProjectId": {
-"description": "Required. Project to bill on endpoint uptime usage.",
+"type": "object"
+},
+"HttpHeaderMatch": {
+"description": "Specification of HTTP header match attributes.",
+"id": "HttpHeaderMatch",
+"properties": {
+"headerName": {
+"description": "Required. The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name \":authority\". For matching a request's method, use the headerName \":method\".",
+"type": "string"
+},
+"regexMatch": {
+"description": "Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.",
 "type": "string"
+}
+},
+"type": "object"
 },
+"InterceptDeployment": {
+"description": "Message describing InterceptDeployment object",
+"id": "InterceptDeployment",
+"properties": {
 "createTime": {
-"description": "Output only. Create time stamp",
+"description": "Output only. [Output only] Create time stamp",
 "format": "google-datetime",
 "readOnly": true,
 "type": "string"
 },
-"description": {
-"description": "Optional. Description of the firewall endpoint. Max length 2048 characters.",
+"forwardingRule": {
+"description": "Required. Immutable. The regional load balancer which the intercepted traffic should be forwarded to. Format is: projects/{project}/regions/{region}/forwardingRules/{forwardingRule}",
+"type": "string"
+},
+"interceptDeploymentGroup": {
+"description": "Required. Immutable. The Intercept Deployment Group that this resource is part of. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`",
 "type": "string"
 },
 "labels": {
@@ -4844,7 +6013,7 @@
 "type": "object"
 },
 "name": {
-"description": "Immutable. Identifier. name of resource",
+"description": "Immutable. Identifier. The name of the InterceptDeployment.",
 "type": "string"
 },
 "reconciling": {
@@ -4853,26 +6022,28 @@
 "type": "boolean"
 },
 "state": {
-"description": "Output only. Current state of the endpoint.",
+"description": "Output only. Current state of the deployment.",
 "enum": [
 "STATE_UNSPECIFIED",
-"CREATING",
 "ACTIVE",
+"CREATING",
 "DELETING",
-"INACTIVE"
+"OUT_OF_SYNC",
+"DELETE_FAILED"
 ],
 "enumDescriptions": [
 "Not set.",
+"Ready.",
 "Being created.",
-"Processing configuration updates.",
 "Being deleted.",
-"Down or in an error state."
+"The underlying data plane is out of sync with the deployment. The deployment is not expected to be usable. This state can result in undefined behavior.",
+"An attempt to delete the deployment has failed. This is a terminal state and the deployment is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the deployment."
 ],
 "readOnly": true,
 "type": "string"
 },
 "updateTime": {
-"description": "Output only. Update time stamp",
+"description": "Output only. [Output only] Update time stamp",
 "format": "google-datetime",
 "readOnly": true,
 "type": "string"
@@ -4880,24 +6051,24 @@
 },
 "type": "object"
 },
-"FirewallEndpointAssociation": {
-"description": "Message describing Association object",
-"id": "FirewallEndpointAssociation",
+"InterceptDeploymentGroup": {
+"description": "Message describing InterceptDeploymentGroup object",
+"id": "InterceptDeploymentGroup",
 "properties": {
+"connectedEndpointGroups": {
+"description": "Output only. The list of Intercept Endpoint Groups that are connected to this resource.",
+"items": {
+"$ref": "InterceptDeploymentGroupConnectedEndpointGroup"
+},
+"readOnly": true,
+"type": "array"
+},
 "createTime": {
-"description": "Output only. Create time stamp",
+"description": "Output only. [Output only] Create time stamp",
 "format": "google-datetime",
 "readOnly": true,
 "type": "string"
 },
-"disabled": {
-"description": "Optional. Whether the association is disabled. True indicates that traffic won't be intercepted",
-"type": "boolean"
-},
-"firewallEndpoint": {
-"description": "Required. The URL of the FirewallEndpoint that is being associated.",
-"type": "string"
-},
 "labels": {
 "additionalProperties": {
 "type": "string"
@@ -4906,11 +6077,11 @@
 "type": "object"
 },
 "name": {
-"description": "Immutable. Identifier. name of resource",
+"description": "Immutable. Identifier. Then name of the InterceptDeploymentGroup.",
 "type": "string"
 },
 "network": {
-"description": "Required. The URL of the network that is being associated.",
+"description": "Required. Immutable. The network that is being used for the deployment. Format is: projects/{project}/global/networks/{network}.",
 "type": "string"
 },
 "reconciling": {
@@ -4919,32 +6090,24 @@
 "type": "boolean"
 },
 "state": {
-"description": "Output only. Current state of the association.",
+"description": "Output only. Current state of the deployment group.",
 "enum": [
 "STATE_UNSPECIFIED",
-"CREATING",
 "ACTIVE",
-"DELETING",
-"INACTIVE",
-"ORPHAN"
+"CREATING",
+"DELETING"
 ],
 "enumDescriptions": [
 "Not set.",
+"Ready.",
 "Being created.",
-"Active and ready for traffic.",
-"Being deleted.",
-"Down or in an error state.",
-"The project that housed the association has been deleted."
+"Being deleted."
 ],
 "readOnly": true,
 "type": "string"
 },
-"tlsInspectionPolicy": {
-"description": "Optional. The URL of the TlsInspectionPolicy that is being associated.",
-"type": "string"
-},
 "updateTime": {
-"description": "Output only. Update time stamp",
+"description": "Output only. [Output only] Update time stamp",
 "format": "google-datetime",
 "readOnly": true,
 "type": "string"
@@ -4952,297 +6115,228 @@
 },
 "type": "object"
 },
-"FirewallEndpointAssociationReference": {
-"description": "This is a subset of the FirewallEndpointAssociation message, containing fields to be used by the consumer.",
-"id": "FirewallEndpointAssociationReference",
+"InterceptDeploymentGroupConnectedEndpointGroup": {
+"description": "An endpoint group connected to this deployment group.",
+"id": "InterceptDeploymentGroupConnectedEndpointGroup",
 "properties": {
 "name": {
-"description": "Output only. The resource name of the FirewallEndpointAssociation. Format: projects/{project}/locations/{location}/firewallEndpointAssociations/{id}",
-"readOnly": true,
-"type": "string"
-},
-"network": {
-"description": "Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.",
+"description": "Output only. A connected intercept endpoint group.",
 "readOnly": true,
 "type": "string"
 }
 },
 "type": "object"
 },
-"GatewaySecurityPolicy": {
-"description": "The GatewaySecurityPolicy resource contains a collection of GatewaySecurityPolicyRules and associated metadata.",
-"id": "GatewaySecurityPolicy",
+"InterceptEndpointGroup": {
+"description": "Message describing InterceptEndpointGroup object.",
+"id": "InterceptEndpointGroup",
 "properties": {
-"createTime": {
-"description": "Output only. The timestamp when the resource was created.",
-"format": "google-datetime",
-"readOnly": true,
-"type": "string"
-},
-"description": {
-"description": "Optional. Free-text description of the resource.",
-"type": "string"
-},
-"name": {
-"description": "Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
-"type": "string"
-},
-"tlsInspectionPolicy": {
-"description": "Optional. Name of a TLS Inspection Policy resource that defines how TLS inspection will be performed for any rule(s) which enables it.",
-"type": "string"
+"associations": {
+"description": "Output only. List of Intercept Endpoint Group Associations that are associated to this endpoint group.",
+"items": {
+"$ref": "InterceptEndpointGroupAssociationDetails"
 },
-"updateTime": {
-"description": "Output only. The timestamp when the resource was updated.",
-"format": "google-datetime",
 "readOnly": true,
-"type": "string"
-}
-},
-"type": "object"
-},
-"GatewaySecurityPolicyRule": {
-"description": "The GatewaySecurityPolicyRule resource is in a nested collection within a GatewaySecurityPolicy and represents a traffic matching condition and associated action to perform.",
-"id": "GatewaySecurityPolicyRule",
-"properties": {
-"applicationMatcher": {
-"description": "Optional. CEL expression for matching on L7/application level criteria.",
-"type": "string"
-},
-"basicProfile": {
-"description": "Required. Profile which tells what the primitive action should be.",
-"enum": [
-"BASIC_PROFILE_UNSPECIFIED",
-"ALLOW",
-"DENY"
-],
-"enumDescriptions": [
-"If there is not a mentioned action for the target.",
-"Allow the matched traffic.",
-"Deny the matched traffic."
-],
-"type": "string"
+"type": "array"
 },
 "createTime": {
-"description": "Output only. Time when the rule was created.",
+"description": "Output only. [Output only] Create time stamp",
 "format": "google-datetime",
 "readOnly": true,
 "type": "string"
 },
 "description": {
-"description": "Optional. Free-text description of the resource.",
-"type": "string"
-},
-"enabled": {
-"description": "Required. Whether the rule is enforced.",
-"type": "boolean"
-},
-"name": {
-"description": "Required. Immutable. Name of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).",
-"type": "string"
-},
-"priority": {
-"description": "Required. Priority of the rule. Lower number corresponds to higher precedence.",
-"format": "int32",
-"type": "integer"
-},
-"sessionMatcher": {
-"description": "Required. CEL expression for matching on session criteria.",
-"type": "string"
-},
-"tlsInspectionEnabled": {
-"description": "Optional. Flag to enable TLS inspection of traffic matching on , can only be true if the parent GatewaySecurityPolicy references a TLSInspectionConfig.",
-"type": "boolean"
-},
-"updateTime": {
-"description": "Output only. Time when the rule was updated.",
-"format": "google-datetime",
-"readOnly": true,
+"description": "Optional. User-provided description of the endpoint group. Used as additional context for the endpoint group.",
 "type": "string"
-}
-},
-"type": "object"
 },
-"GoogleCloudNetworksecurityV1beta1CertificateProvider": {
-"description": "Specification of certificate provider. Defines the mechanism to obtain the certificate and private key for peer to peer authentication.",
-"id": "GoogleCloudNetworksecurityV1beta1CertificateProvider",
-"properties": {
-"certificateProviderInstance": {
-"$ref": "CertificateProviderInstance",
-"description": "The certificate provider instance specification that will be passed to the data plane, which will be used to load necessary credential information."
-},
-"grpcEndpoint": {
-"$ref": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
-"description": "gRPC specific configuration to access the gRPC server to obtain the cert and private key."
-}
-},
-"type": "object"
-},
-"GoogleCloudNetworksecurityV1beta1GrpcEndpoint": {
-"description": "Specification of the GRPC Endpoint.",
-"id": "GoogleCloudNetworksecurityV1beta1GrpcEndpoint",
-"properties": {
-"targetUri": {
-"description": "Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with \"unix:\".",
+"interceptDeploymentGroup": {
+"description": "Required. Immutable. The Intercept Deployment Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptDeploymentGroups/{interceptDeploymentGroup}`",
 "type": "string"
-}
-},
-"type": "object"
-},
-"GoogleIamV1AuditConfig": {
-"description": "Specifies the audit configuration for a service. The configuration determines which permission types are logged, and what identities, if any, are exempted from logging. An AuditConfig must have one or more AuditLogConfigs. If there are AuditConfigs for both `allServices` and a specific service, the union of the two AuditConfigs is used for that service: the log_types specified in each AuditConfig are enabled, and the exempted_members in each AuditLogConfig are exempted. Example Policy with multiple AuditConfigs: { \"audit_configs\": [ { \"service\": \"allServices\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" }, { \"log_type\": \"ADMIN_READ\" } ] }, { \"service\": \"sampleservice.googleapis.com\", \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\" }, { \"log_type\": \"DATA_WRITE\", \"exempted_members\": [ \"user:aliya@example.com\" ] } ] } ] } For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ logging. It also exempts `jose@example.com` from DATA_READ logging, and `aliya@example.com` from DATA_WRITE logging.",
-"id": "GoogleIamV1AuditConfig",
-"properties": {
-"auditLogConfigs": {
-"description": "The configuration for logging of each type of permission.",
-"items": {
-"$ref": "GoogleIamV1AuditLogConfig"
-},
-"type": "array"
 },
-"service": {
-"description": "Specifies a service that will be enabled for audit logging. For example, `storage.googleapis.com`, `cloudsql.googleapis.com`. `allServices` is a special value that covers all services.",
+"labels": {
+"additionalProperties": {
 "type": "string"
-}
 },
+"description": "Optional. Labels as key value pairs",
 "type": "object"
 },
-"GoogleIamV1AuditLogConfig": {
-"description": "Provides the configuration for logging a type of permissions. Example: { \"audit_log_configs\": [ { \"log_type\": \"DATA_READ\", \"exempted_members\": [ \"user:jose@example.com\" ] }, { \"log_type\": \"DATA_WRITE\" } ] } This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.",
-"id": "GoogleIamV1AuditLogConfig",
-"properties": {
-"exemptedMembers": {
-"description": "Specifies the identities that do not cause logging for this type of permission. Follows the same format of Binding.members.",
-"items": {
+"name": {
+"description": "Immutable. Identifier. The name of the InterceptEndpointGroup.",
 "type": "string"
 },
-"type": "array"
+"reconciling": {
+"description": "Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.",
+"readOnly": true,
+"type": "boolean"
 },
-"logType": {
-"description": "The log type that this config enables.",
+"state": {
+"description": "Output only. Current state of the endpoint group.",
 "enum": [
-"LOG_TYPE_UNSPECIFIED",
-"ADMIN_READ",
-"DATA_WRITE",
-"DATA_READ"
+"STATE_UNSPECIFIED",
+"ACTIVE",
+"CLOSED",
+"CREATING",
+"DELETING",
+"OUT_OF_SYNC",
+"DELETE_FAILED"
 ],
 "enumDescriptions": [
-"Default case. Should never be this.",
-"Admin reads. Example: CloudIAM getIamPolicy",
-"Data writes. Example: CloudSQL Users create",
-"Data reads. Example: CloudSQL Users list"
+"Not set.",
+"Ready.",
+"The deployment group has been deleted and intercept is disabled.",
+"Being created.",
+"Being deleted.",
+"The underlying data plane is out of sync with the endpoint group. Some associations might not be usable.",
+"An attempt to delete the endpoint group has failed. This is a terminal state and the endpoint group is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the endpoint group."
 ],
+"readOnly": true,
+"type": "string"
+},
+"updateTime": {
+"description": "Output only. [Output only] Update time stamp",
+"format": "google-datetime",
+"readOnly": true,
 "type": "string"
 }
 },
 "type": "object"
 },
-"GoogleIamV1Binding": {
-"description": "Associates `members`, or principals, with a `role`.",
-"id": "GoogleIamV1Binding",
+"InterceptEndpointGroupAssociation": {
+"description": "Message describing InterceptEndpointGroupAssociation object",
+"id": "InterceptEndpointGroupAssociation",
 "properties": {
-"condition": {
-"$ref": "Expr",
-"description": "The condition that is associated with this binding. If the condition evaluates to `true`, then this binding applies to the current request. If the condition evaluates to `false`, then this binding does not apply to the current request. However, a different role binding might grant the same role to one or more of the principals in this binding. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies)."
-},
-"members": {
-"description": "Specifies the principals requesting access for a Google Cloud resource. `members` can have the following values: * `allUsers`: A special identifier that represents anyone who is on the internet; with or without a Google account. * `allAuthenticatedUsers`: A special identifier that represents anyone who is authenticated with a Google account or a service account. Does not include identities that come from external identity providers (IdPs) through identity federation. * `user:{emailid}`: An email address that represents a specific Google account. For example, `alice@example.com` . * `serviceAccount:{emailid}`: An email address that represents a Google service account. For example, `my-other-app@appspot.gserviceaccount.com`. * `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`: An identifier for a [Kubernetes service account](https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:{emailid}`: An email address that represents a Google group. For example, `admins@example.com`. * `domain:{domain}`: The G Suite domain (primary) that represents all the users of that domain. For example, `google.com` or `example.com`. * `principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workforce identity pool. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`: All workforce identities in a group. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All workforce identities with a specific attribute value. * `principalSet://iam.googleapis.com/locations/global/workforcePools/{pool_id}/*`: All identities in a workforce identity pool. * `principal://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single identity in a workload identity pool. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/group/{group_id}`: A workload identity pool group. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`: All identities in a workload identity pool with a certain attribute. * `principalSet://iam.googleapis.com/projects/{project_number}/locations/global/workloadIdentityPools/{pool_id}/*`: All identities in a workload identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a user that has been recently deleted. For example, `alice@example.com?uid=123456789012345678901`. If the user is recovered, this value reverts to `user:{emailid}` and the recovered user retains the role in the binding. * `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a service account that has been recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the service account is undeleted, this value reverts to `serviceAccount:{emailid}` and the undeleted service account retains the role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An email address (plus unique identifier) representing a Google group that has been recently deleted. For example, `admins@example.com?uid=123456789012345678901`. If the group is recovered, this value reverts to `group:{emailid}` and the recovered group retains the role in the binding. * `deleted:principal://iam.googleapis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: Deleted single identity in a workforce identity pool. For example, `deleted:principal://iam.googleapis.com/locations/global/workforcePools/my-pool-id/subject/my-subject-attribute-value`.",
-"items": {
+"createTime": {
+"description": "Output only. [Output only] Create time stamp",
+"format": "google-datetime",
+"readOnly": true,
 "type": "string"
 },
-"type": "array"
+"interceptEndpointGroup": {
+"description": "Required. Immutable. The Intercept Endpoint Group that this resource is connected to. Format is: `projects/{project}/locations/global/interceptEndpointGroups/{interceptEndpointGroup}`",
+"type": "string"
 },
-"role": {
-"description": "Role that is assigned to the list of `members`, or principals. For example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an overview of the IAM roles and permissions, see the [IAM documentation](https://cloud.google.com/iam/docs/roles-overview). For a list of the available pre-defined roles, see [here](https://cloud.google.com/iam/docs/understanding-roles).",
+"labels": {
+"additionalProperties": {
 "type": "string"
-}
 },
+"description": "Optional. Labels as key value pairs",
 "type": "object"
 },
-"GoogleIamV1Policy": {
-"description": "An Identity and Access Management (IAM) policy, which specifies access controls for Google Cloud resources. A `Policy` is a collection of `bindings`. A `binding` binds one or more `members`, or principals, to a single `role`. Principals can be user accounts, service accounts, Google groups, and domains (such as G Suite). A `role` is a named list of permissions; each `role` can be an IAM predefined role or a user-created custom role. For some types of Google Cloud resources, a `binding` can also specify a `condition`, which is a logical expression that allows access to a resource only if the expression evaluates to `true`. A condition can add constraints based on attributes of the request, the resource, or both. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies). **JSON example:** ``` { \"bindings\": [ { \"role\": \"roles/resourcemanager.organizationAdmin\", \"members\": [ \"user:mike@example.com\", \"group:admins@example.com\", \"domain:google.com\", \"serviceAccount:my-project-id@appspot.gserviceaccount.com\" ] }, { \"role\": \"roles/resourcemanager.organizationViewer\", \"members\": [ \"user:eve@example.com\" ], \"condition\": { \"title\": \"expirable access\", \"description\": \"Does not grant access after Sep 2020\", \"expression\": \"request.time < timestamp('2020-10-01T00:00:00.000Z')\", } } ], \"etag\": \"BwWWja0YfJA=\", \"version\": 3 } ``` **YAML example:** ``` bindings: - members: - user:mike@example.com - group:admins@example.com - domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com role: roles/resourcemanager.organizationAdmin - members: - user:eve@example.com role: roles/resourcemanager.organizationViewer condition: title: expirable access description: Does not grant access after Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features, see the [IAM documentation](https://cloud.google.com/iam/docs/).",
-"id": "GoogleIamV1Policy",
-"properties": {
-"auditConfigs": {
-"description": "Specifies cloud audit logging configuration for this policy.",
-"items": {
-"$ref": "GoogleIamV1AuditConfig"
-},
-"type": "array"
-},
-"bindings": {
-"description": "Associates a list of `members`, or principals, with a `role`. Optionally, may specify a `condition` that determines how and when the `bindings` are applied. Each of the `bindings` must contain at least one principal. The `bindings` in a `Policy` can refer to up to 1,500 principals; up to 250 of these principals can be Google groups. Each occurrence of a principal counts towards these limits. For example, if the `bindings` grant 50 different roles to `user:alice@example.com`, and not to any other principal, then you can add another 1,450 principals to the `bindings` in the `Policy`.",
+"locationsDetails": {
+"description": "Output only. The list of locations that this association is in and its details.",
 "items": {
-"$ref": "GoogleIamV1Binding"
+"$ref": "InterceptEndpointGroupAssociationLocationDetails"
 },
+"readOnly": true,
 "type": "array"
 },
-"etag": {
-"description": "`etag` is used for optimistic concurrency control as a way to help prevent simultaneous updates of a policy from overwriting each other. It is strongly suggested that systems make use of the `etag` in the read-modify-write cycle to perform policy updates in order to avoid race conditions: An `etag` is returned in the response to `getIamPolicy`, and systems are expected to put that etag in the request to `setIamPolicy` to ensure that their change will be applied to the same version of the policy. **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost.",
-"format": "byte",
+"name": {
+"description": "Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.",
 "type": "string"
 },
-"version": {
-"description": "Specifies the format of the policy. Valid values are `0`, `1`, and `3`. Requests that specify an invalid value are rejected. Any operation that affects conditional role bindings must specify version `3`. This requirement applies to the following operations: * Getting a policy that includes a conditional role binding * Adding a conditional role binding to a policy * Changing a conditional role binding in a policy * Removing any role binding, with or without a condition, from a policy that includes conditions **Important:** If you use IAM Conditions, you must include the `etag` field whenever you call `setIamPolicy`. If you omit this field, then IAM allows you to overwrite a version `3` policy with a version `1` policy, and all of the conditions in the version `3` policy are lost. If a policy does not include any conditions, operations on that policy may specify any valid version or leave the field unset. To learn which resources support conditions in their IAM policies, see the [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).",
-"format": "int32",
-"type": "integer"
-}
+"network": {
+"description": "Required. Immutable. The VPC network associated. Format: projects/{project}/global/networks/{network}.",
+"type": "string"
 },
-"type": "object"
+"reconciling": {
+"description": "Output only. Whether reconciling is in progress, recommended per https://google.aip.dev/128.",
+"readOnly": true,
+"type": "boolean"
 },
-"GoogleIamV1SetIamPolicyRequest": {
-"description": "Request message for `SetIamPolicy` method.",
-"id": "GoogleIamV1SetIamPolicyRequest",
-"properties": {
-"policy": {
-"$ref": "GoogleIamV1Policy",
-"description": "REQUIRED: The complete policy to be applied to the `resource`. The size of the policy is limited to a few 10s of KB. An empty policy is a valid policy but certain Google Cloud services (such as Projects) might reject them."
+"state": {
+"description": "Output only. Current state of the endpoint group association.",
+"enum": [
+"STATE_UNSPECIFIED",
+"ACTIVE",
+"CREATING",
+"DELETING",
+"CLOSED",
+"OUT_OF_SYNC",
+"DELETE_FAILED"
+],
+"enumDescriptions": [
+"Not set.",
+"Ready.",
+"Being created.",
+"Being deleted.",
+"Intercept is disabled due to an operation on another resource.",
+"The underlying data plane is out of sync with the association. The association is not expected to be usable. This state can result in undefined behavior. See the `locations_details` field for more details.",
+"An attempt to delete the association has failed. This is a terminal state and the association is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the association."
+],
+"readOnly": true,
+"type": "string"
 },
-"updateMask": {
-"description": "OPTIONAL: A FieldMask specifying which fields of the policy to modify. Only the fields in the mask will be modified. If no mask is provided, the following default mask is used: `paths: \"bindings, etag\"`",
-"format": "google-fieldmask",
+"updateTime": {
+"description": "Output only. [Output only] Update time stamp",
+"format": "google-datetime",
+"readOnly": true,
 "type": "string"
 }
 },
 "type": "object"
 },
-"GoogleIamV1TestIamPermissionsRequest": {
-"description": "Request message for `TestIamPermissions` method.",
-"id": "GoogleIamV1TestIamPermissionsRequest",
+"InterceptEndpointGroupAssociationDetails": {
+"description": "This is a subset of the InterceptEndpointGroupAssociation message, containing fields to be used by the consumer.",
+"id": "InterceptEndpointGroupAssociationDetails",
 "properties": {
-"permissions": {
-"description": "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).",
-"items": {
+"name": {
+"description": "Output only. The resource name of the InterceptEndpointGroupAssociation. Format: projects/{project}/locations/{location}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociation}",
+"readOnly": true,
 "type": "string"
 },
-"type": "array"
-}
-},
-"type": "object"
-},
-"GoogleIamV1TestIamPermissionsResponse": {
-"description": "Response message for `TestIamPermissions` method.",
-"id": "GoogleIamV1TestIamPermissionsResponse",
-"properties": {
-"permissions": {
-"description": "A subset of `TestPermissionsRequest.permissions` that the caller is allowed.",
-"items": {
+"network": {
+"description": "Output only. The VPC network associated. Format: projects/{project}/global/networks/{name}.",
+"readOnly": true,
 "type": "string"
 },
-"type": "array"
+"state": {
+"description": "Output only. Current state of the association.",
+"enum": [
+"STATE_UNSPECIFIED",
+"ACTIVE",
+"CREATING",
+"DELETING",
+"CLOSED",
+"OUT_OF_SYNC",
+"DELETE_FAILED"
+],
+"enumDescriptions": [
+"Not set.",
+"Ready.",
+"Being created.",
+"Being deleted.",
+"Intercept is disabled due to an operation on another resource.",
+"The underlying data plane is out of sync with the association. The association is not expected to be usable. This state can result in undefined behavior. See the `locations_details` field for more details.",
+"An attempt to delete the association has failed. This is a terminal state and the association is not expected to be usable as some of its resources have been deleted. The only permitted operation is to retry deleting the association."
+],
+"readOnly": true,
+"type": "string"
 }
 },
 "type": "object"
 },
-"HttpHeaderMatch": {
-"description": "Specification of HTTP header match attributes.",
-"id": "HttpHeaderMatch",
+"InterceptEndpointGroupAssociationLocationDetails": {
+"description": "Details about the association status in a specific cloud location.",
+"id": "InterceptEndpointGroupAssociationLocationDetails",
 "properties": {
-"headerName": {
-"description": "Required. The name of the HTTP header to match. For matching against the HTTP request's authority, use a headerMatch with the header name \":authority\". For matching a request's method, use the headerName \":method\".",
+"location": {
+"description": "Output only. The cloud location.",
+"readOnly": true,
 "type": "string"
 },
-"regexMatch": {
-"description": "Required. The value of the header must match the regular expression specified in regexMatch. For regular expression grammar, please see: en.cppreference.com/w/cpp/regex/ecmascript For matching against a port specified in the HTTP request, use a headerMatch with headerName set to Host and a regular expression that satisfies the RFC2616 Host header's port specifier.",
+"state": {
+"description": "Output only. The association state in this location.",
+"enum": [
+"STATE_UNSPECIFIED",
+"ACTIVE",
+"OUT_OF_SYNC"
+],
+"enumDescriptions": [
+"Not set.",
+"Ready.",
+"The data plane is out of sync with the association in this location."
+],
+"readOnly": true,
 "type": "string"
 }
 },
@@ -5465,6 +6559,85 @@
 },
 "type": "object"
 },
+"ListInterceptDeploymentGroupsResponse": {
+"description": "Message for response to listing InterceptDeploymentGroups",
+"id": "ListInterceptDeploymentGroupsResponse",
+"properties": {
+"interceptDeploymentGroups": {
+"description": "The list of InterceptDeploymentGroup",
+"items": {
+"$ref": "InterceptDeploymentGroup"
+},
+"type": "array"
+},
+"nextPageToken": {
+"description": "A token identifying a page of results the server should return.",
+"type": "string"
+}
+},
+"type": "object"
+},
+"ListInterceptDeploymentsResponse": {
+"description": "Message for response to listing InterceptDeployments",
+"id": "ListInterceptDeploymentsResponse",
+"properties": {
+"interceptDeployments": {
+"description": "The list of InterceptDeployment",
+"items": {
+"$ref": "InterceptDeployment"
+},
+"type": "array"
+},
+"nextPageToken": {
+"description": "A token identifying a page of results the server should return.",
+"type": "string"
+},
+"unreachable": {
+"description": "Locations that could not be reached.",
+"items": {
+"type": "string"
+},
+"type": "array"
+}
+},
+"type": "object"
+},
+"ListInterceptEndpointGroupAssociationsResponse": {
+"description": "Message for response to listing InterceptEndpointGroupAssociations",
+"id": "ListInterceptEndpointGroupAssociationsResponse",
+"properties": {
+"interceptEndpointGroupAssociations": {
+"description": "The list of InterceptEndpointGroupAssociation",
+"items": {
+"$ref": "InterceptEndpointGroupAssociation"
+},
+"type": "array"
+},
+"nextPageToken": {
+"description": "A token identifying a page of results the server should return.",
+"type": "string"
+}
+},
+"type": "object"
+},
+"ListInterceptEndpointGroupsResponse": {
+"description": "Message for response to listing InterceptEndpointGroups",
+"id": "ListInterceptEndpointGroupsResponse",
+"properties": {
+"interceptEndpointGroups": {
+"description": "The list of InterceptEndpointGroup",
+"items": {
+"$ref": "InterceptEndpointGroup"
+},
+"type": "array"
+},
+"nextPageToken": {
+"description": "A token identifying a page of results the server should return.",
+"type": "string"
+}
+},
+"type": "object"
+},
 "ListLocationsResponse": {
 "description": "The response message for Locations.ListLocations.",
 "id": "ListLocationsResponse",
@@ -5815,7 +6988,7 @@
 "type": "object"
 },
 "MirroringDeploymentGroup": {
-"description": "Message describing MirroringDeploymentGroup object",
+"description": "Message describing MirroringDeploymentGroup object NEXT ID: 10",
 "id": "MirroringDeploymentGroup",
 "properties": {
 "connectedEndpointGroups": {
@@ -6172,7 +7345,7 @@
 "type": "object"
 },
 "SecurityProfile": {
-"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes. Next ID: 12",
+"description": "SecurityProfile is a resource that defines the behavior for one of many ProfileTypes.",
 "id": "SecurityProfile",
 "properties": {
 "createTime": {
@@ -6181,6 +7354,10 @@
 "readOnly": true,
 "type": "string"
 },
+"customInterceptProfile": {
+"$ref": "CustomInterceptProfile",
+"description": "The custom TPPI configuration for the SecurityProfile."
+},
 "customMirroringProfile": {
 "$ref": "CustomMirroringProfile",
 "description": "The custom Packet Mirroring v2 configuration for the SecurityProfile."
@@ -6214,12 +7391,14 @@
 "enum": [
 "PROFILE_TYPE_UNSPECIFIED",
 "THREAT_PREVENTION",
-"CUSTOM_MIRRORING"
+"CUSTOM_MIRRORING",
+"CUSTOM_INTERCEPT"
 ],
 "enumDescriptions": [
 "Profile type not specified.",
 "Profile type for threat prevention.",
-"Profile type for packet mirroring v2"
+"Profile type for packet mirroring v2",
+"Profile type for TPPI."
 ],
 "type": "string"
 },
@@ -6233,7 +7412,7 @@
 "type": "object"
 },
 "SecurityProfileGroup": {
-"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes. Next ID: 11",
+"description": "SecurityProfileGroup is a resource that defines the behavior for various ProfileTypes.",
 "id": "SecurityProfileGroup",
 "properties": {
 "createTime": {
@@ -6242,6 +7421,10 @@
 "readOnly": true,
 "type": "string"
 },
+"customInterceptProfile": {
+"description": "Optional. Reference to a SecurityProfile with the CustomIntercept configuration.",
+"type": "string"
+},
 "customMirroringProfile": {
 "description": "Optional. Reference to a SecurityProfile with the CustomMirroring configuration.",
 "type": "string"