Network Security API (networksecurity:v1beta1)

2024-12-07

20 new methods

Additions

    Methods
  • networksecurity.projects.locations.interceptEndpointGroups.list

      Path : v1beta1/{+parent}/interceptEndpointGroups

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListInterceptEndpointGroupsRequest

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists InterceptEndpointGroups in a given project and location.

  • networksecurity.projects.locations.interceptEndpointGroups.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups/{interceptEndpointGroupsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptEndpointGroups/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets details of a single InterceptEndpointGroup.

  • networksecurity.projects.locations.interceptEndpointGroups.create

      Path : v1beta1/{+parent}/interceptEndpointGroups

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Value for parent.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        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

        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

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Creates a new InterceptEndpointGroup in a given project and location.

  • networksecurity.projects.locations.interceptEndpointGroups.patch

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups/{interceptEndpointGroupsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Immutable. Identifier. The name of the InterceptEndpointGroup.

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptEndpointGroups/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          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.

          Location : query

          Type : string

          Format : google-fieldmask

        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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates a single InterceptEndpointGroup.

  • networksecurity.projects.locations.interceptEndpointGroups.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroups/{interceptEndpointGroupsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptEndpointGroups/[^/]+$

          Location : path

          Required : Yes

          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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a single InterceptEndpointGroup.

  • networksecurity.projects.locations.interceptEndpointGroupAssociations.list

      Path : v1beta1/{+parent}/interceptEndpointGroupAssociations

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListInterceptEndpointGroupAssociationsRequest

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists InterceptEndpointGroupAssociations in a given project and location.

  • networksecurity.projects.locations.interceptEndpointGroupAssociations.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociationsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptEndpointGroupAssociations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets details of a single InterceptEndpointGroupAssociation.

  • networksecurity.projects.locations.interceptEndpointGroupAssociations.create

      Path : v1beta1/{+parent}/interceptEndpointGroupAssociations

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Value for parent.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        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

        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

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Creates a new InterceptEndpointGroupAssociation in a given project and location.

  • networksecurity.projects.locations.interceptEndpointGroupAssociations.patch

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociationsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Immutable. Identifier. The name of the InterceptEndpointGroupAssociation.

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptEndpointGroupAssociations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          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.

          Location : query

          Type : string

          Format : google-fieldmask

        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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates a single InterceptEndpointGroupAssociation.

  • networksecurity.projects.locations.interceptEndpointGroupAssociations.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptEndpointGroupAssociations/{interceptEndpointGroupAssociationsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptEndpointGroupAssociations/[^/]+$

          Location : path

          Required : Yes

          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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a single InterceptEndpointGroupAssociation.

  • networksecurity.projects.locations.interceptDeploymentGroups.list

      Path : v1beta1/{+parent}/interceptDeploymentGroups

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListInterceptDeploymentGroupsRequest

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists InterceptDeploymentGroups in a given project and location.

  • networksecurity.projects.locations.interceptDeploymentGroups.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups/{interceptDeploymentGroupsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptDeploymentGroups/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets details of a single InterceptDeploymentGroup.

  • networksecurity.projects.locations.interceptDeploymentGroups.create

      Path : v1beta1/{+parent}/interceptDeploymentGroups

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Value for parent.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        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

        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

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Creates a new InterceptDeploymentGroup in a given project and location.

  • networksecurity.projects.locations.interceptDeploymentGroups.patch

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups/{interceptDeploymentGroupsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Immutable. Identifier. Then name of the InterceptDeploymentGroup.

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptDeploymentGroups/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          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.

          Location : query

          Type : string

          Format : google-fieldmask

        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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates a single InterceptDeploymentGroup.

  • networksecurity.projects.locations.interceptDeploymentGroups.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeploymentGroups/{interceptDeploymentGroupsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptDeploymentGroups/[^/]+$

          Location : path

          Required : Yes

          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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a single InterceptDeploymentGroup.

  • networksecurity.projects.locations.interceptDeployments.list

      Path : v1beta1/{+parent}/interceptDeployments

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListInterceptDeploymentsRequest

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Lists InterceptDeployments in a given project and location.

  • networksecurity.projects.locations.interceptDeployments.get

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments/{interceptDeploymentsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptDeployments/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Gets details of a single InterceptDeployment.

  • networksecurity.projects.locations.interceptDeployments.create

      Path : v1beta1/{+parent}/interceptDeployments

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Value for parent.

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Location : path

          Required : Yes

          Type : string

        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

        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

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Creates a new InterceptDeployment in a given project and location.

  • networksecurity.projects.locations.interceptDeployments.patch

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments/{interceptDeploymentsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Immutable. Identifier. The name of the InterceptDeployment.

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptDeployments/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          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.

          Location : query

          Type : string

          Format : google-fieldmask

        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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Updates a single InterceptDeployment.

  • networksecurity.projects.locations.interceptDeployments.delete

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interceptDeployments/{interceptDeploymentsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

          Pattern : ^projects/[^/]+/locations/[^/]+/interceptDeployments/[^/]+$

          Location : path

          Required : Yes

          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

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Description : Deletes a single InterceptDeployment.