Network Security API (networksecurity:v1beta1)

2026-03-05

5 new methods

Additions

    Methods
  • networksecurity.projects.locations.firewallEndpoints.list

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

      Path : v1beta1/{+parent}/firewallEndpoints

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

      Parameter Order : parent

      Parameters :

        parent

          Description : Required. Parent value for ListEndpointsRequest

          Location : path

          Type : string

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

          Required : Yes

        pageSize

          Type : integer

          Location : query

          Format : int32

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

        pageToken

          Location : query

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

          Type : string

        orderBy

          Description : Hint for how to order the results

          Location : query

          Type : string

        filter

          Type : string

          Description : Optional. Filtering results

          Location : query

      Description : Lists FirewallEndpoints in a given project and location.

      HTTP Method : GET

  • networksecurity.projects.locations.firewallEndpoints.create

      HTTP Method : POST

      Path : v1beta1/{+parent}/firewallEndpoints

      Parameters :

        parent

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

          Description : Required. Value for parent.

          Type : string

          Required : Yes

          Location : path

        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

        firewallEndpointId

          Location : query

          Type : string

          Description : Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.

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

      Parameter Order : parent

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

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

  • networksecurity.projects.locations.firewallEndpoints.patch

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

      Path : v1beta1/{+name}

      Description : Update a single project Endpoint.

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}

      HTTP Method : PATCH

      Parameter Order : name

      Parameters :

        name

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

          Required : Yes

          Location : path

          Type : string

          Description : Immutable. Identifier. Name of resource.

        updateMask

          Location : query

          Type : string

          Description : Required. Field mask is used to specify the fields to be overwritten in the Endpoint 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

        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

  • networksecurity.projects.locations.firewallEndpoints.get

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}

      Description : Gets details of a single project Endpoint.

      Path : v1beta1/{+name}

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

      Parameters :

        name

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

          Type : string

          Location : path

          Description : Required. Name of the resource

          Required : Yes

      HTTP Method : GET

      Parameter Order : name

  • networksecurity.projects.locations.firewallEndpoints.delete

      Parameters :

        name

          Description : Required. Name of the resource

          Location : path

          Required : Yes

          Type : string

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

        requestId

          Location : query

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

          Type : string

      Parameter Order : name

      Description : Deletes a single project Endpoint.

      HTTP Method : DELETE

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

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}

5 removed methods

Deletions

    Methods
  • networksecurity.projects.locations.firewallEndpoints.patch

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}

      Path : v1beta1/{+name}

      Description : Update a single project Endpoint.

      HTTP Method : PATCH

      Parameter Order : name

      Parameters :

        name

          Description : Immutable. Identifier. Name of resource.

          Type : string

          Location : path

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

          Required : Yes

        requestId

          Type : string

          Location : query

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

        updateMask

          Format : google-fieldmask

          Location : query

          Description : Required. Field mask is used to specify the fields to be overwritten in the Endpoint 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.

          Type : string

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

  • networksecurity.projects.locations.firewallEndpoints.get

      Description : Gets details of a single project Endpoint.

      Parameter Order : name

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

      Path : v1beta1/{+name}

      Parameters :

        name

          Required : Yes

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

          Location : path

          Type : string

          Description : Required. Name of the resource

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}

      HTTP Method : GET

  • networksecurity.projects.locations.firewallEndpoints.delete

      Parameters :

        name

          Required : Yes

          Location : path

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

          Description : Required. Name of the resource

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

          Type : string

          Location : query

      Parameter Order : name

      Path : v1beta1/{+name}

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

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}

      Description : Deletes a single project Endpoint.

      HTTP Method : DELETE

  • networksecurity.projects.locations.firewallEndpoints.create

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

      Parameter Order : parent

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

      Path : v1beta1/{+parent}/firewallEndpoints

      HTTP Method : POST

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

      Parameters :

        requestId

          Type : string

          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

        firewallEndpointId

          Type : string

          Location : query

          Description : Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_id from the method_signature of Create RPC.

        parent

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

          Required : Yes

          Location : path

          Type : string

          Description : Required. Value for parent.

  • networksecurity.projects.locations.firewallEndpoints.list

      HTTP Method : GET

      Path : v1beta1/{+parent}/firewallEndpoints

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

      Description : Lists FirewallEndpoints in a given project and location.

      Parameters :

        pageToken

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

          Location : query

          Type : string

        pageSize

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

          Type : integer

          Format : int32

          Location : query

        filter

          Type : string

          Location : query

          Description : Optional. Filtering results

        parent

          Location : path

          Required : Yes

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

          Description : Required. Parent value for ListEndpointsRequest

          Type : string

        orderBy

          Description : Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

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