Network Security API (networksecurity:v1beta1)

2025-12-12

5 new methods

Additions

    Methods
  • networksecurity.projects.locations.firewallEndpoints.delete

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

      Path : v1beta1/{+name}

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

      Parameters :

        name

          Type : string

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

          Location : path

          Description : Required. Name of the resource

          Required : Yes

        requestId

          Location : query

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

      HTTP Method : DELETE

      Parameter Order : name

      Description : Deletes a single Endpoint.

  • networksecurity.projects.locations.firewallEndpoints.create

      HTTP Method : POST

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

      Parameters :

        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

          Location : path

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

          Type : string

          Description : Required. Value for parent.

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

      Parameter Order : parent

      Path : v1beta1/{+parent}/firewallEndpoints

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

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

  • 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

      HTTP Method : GET

      Description : Lists FirewallEndpoints in a given project and location.

      Parameter Order : parent

      Parameters :

        pageSize

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

          Format : int32

          Type : integer

          Location : query

        parent

          Description : Required. Parent value for ListEndpointsRequest

          Type : string

          Required : Yes

          Location : path

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

        orderBy

          Description : Hint for how to order the results

          Location : query

          Type : string

        filter

          Location : query

          Type : string

          Description : Optional. Filtering results

        pageToken

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

          Location : query

          Type : string

  • networksecurity.projects.locations.firewallEndpoints.patch

      Parameter Order : name

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

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

      Description : Update a single Endpoint.

      HTTP Method : PATCH

      Path : v1beta1/{+name}

      Parameters :

        updateMask

          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.

          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

        name

          Required : Yes

          Type : string

          Location : path

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

          Description : Immutable. Identifier. Name of resource.

  • networksecurity.projects.locations.firewallEndpoints.get

      Parameter Order : name

      HTTP Method : GET

      Path : v1beta1/{+name}

      Parameters :

        name

          Required : Yes

          Type : string

          Description : Required. Name of the resource

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

          Location : path

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

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

      Description : Gets details of a single Endpoint.