Network Security API (networksecurity:v1)

2025-12-13

10 new methods

Additions

    Methods
  • networksecurity.projects.locations.dnsThreatDetectors.list

      Parameter Order : parent

      Description : Lists DnsThreatDetectors in a given project and location.

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

      Parameters :

        parent

          Description : Required. The parent value for `ListDnsThreatDetectorsRequest`.

          Required : Yes

          Location : path

          Type : string

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

        pageToken

          Location : query

          Description : Optional. A page token received from a previous `ListDnsThreatDetectorsRequest` call. Provide this to retrieve the subsequent page.

          Type : string

        pageSize

          Format : int32

          Location : query

          Description : Optional. The requested page size. The server may return fewer items than requested. If unspecified, the server picks an appropriate default.

          Type : integer

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dnsThreatDetectors

      Path : v1/{+parent}/dnsThreatDetectors

  • networksecurity.projects.locations.dnsThreatDetectors.patch

      HTTP Method : PATCH

      Description : Updates a single DnsThreatDetector.

      Parameters :

        updateMask

          Type : string

          Description : Optional. The field mask is used to specify the fields to be overwritten in the DnsThreatDetector 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 mask is not provided then all fields present in the request will be overwritten.

          Format : google-fieldmask

          Location : query

        name

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

          Type : string

          Required : Yes

          Location : path

          Description : Immutable. Identifier. Name of the DnsThreatDetector resource.

      Path : v1/{+name}

      Parameter Order : name

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dnsThreatDetectors/{dnsThreatDetectorsId}

  • networksecurity.projects.locations.dnsThreatDetectors.delete

      Parameters :

        name

          Type : string

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

          Location : path

          Required : Yes

          Description : Required. Name of the DnsThreatDetector resource.

      HTTP Method : DELETE

      Path : v1/{+name}

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

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dnsThreatDetectors/{dnsThreatDetectorsId}

      Description : Deletes a single DnsThreatDetector.

  • networksecurity.projects.locations.dnsThreatDetectors.create

      Parameters :

        dnsThreatDetectorId

          Location : query

          Type : string

          Description : Optional. The ID of the requesting DnsThreatDetector object. If this field is not supplied, the service generates an identifier.

        parent

          Type : string

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

          Location : path

          Description : Required. The value for the parent of the DnsThreatDetector resource.

          Required : Yes

      HTTP Method : POST

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dnsThreatDetectors

      Path : v1/{+parent}/dnsThreatDetectors

      Parameter Order : parent

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

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

  • networksecurity.projects.locations.dnsThreatDetectors.get

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/dnsThreatDetectors/{dnsThreatDetectorsId}

      HTTP Method : GET

      Parameter Order : name

      Path : v1/{+name}

      Description : Gets the details of a single DnsThreatDetector.

      Parameters :

        name

          Location : path

          Type : string

          Required : Yes

          Description : Required. Name of the DnsThreatDetector resource.

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

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

  • networksecurity.projects.locations.firewallEndpoints.get

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

      Description : Gets details of a single Endpoint.

      Path : v1/{+name}

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

      Parameter Order : name

      HTTP Method : GET

      Parameters :

        name

          Required : Yes

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

          Type : string

          Description : Required. Name of the resource

          Location : path

  • networksecurity.projects.locations.firewallEndpoints.patch

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

      Description : Update a single Endpoint.

      HTTP Method : PATCH

      Parameter Order : name

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

      Parameters :

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

        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

        name

          Description : Immutable. Identifier. Name of resource.

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

          Required : Yes

          Type : string

          Location : path

      Path : v1/{+name}

  • networksecurity.projects.locations.firewallEndpoints.list

      Parameters :

        pageSize

          Format : int32

          Type : integer

          Location : query

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

        filter

          Type : string

          Description : Optional. Filtering results

          Location : query

        orderBy

          Type : string

          Description : Hint for how to order the results

          Location : query

        parent

          Description : Required. Parent value for ListEndpointsRequest

          Type : string

          Location : path

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

          Required : Yes

        pageToken

          Type : string

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

          Location : query

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

      Description : Lists FirewallEndpoints in a given project and location.

      HTTP Method : GET

      Path : v1/{+parent}/firewallEndpoints

      Parameter Order : parent

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

  • networksecurity.projects.locations.firewallEndpoints.delete

      HTTP Method : DELETE

      Path : v1/{+name}

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

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

      Parameters :

        name

          Required : Yes

          Type : string

          Location : path

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

          Description : Required. Name of the resource

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

      Parameter Order : name

      Description : Deletes a single Endpoint.

  • networksecurity.projects.locations.firewallEndpoints.create

      Parameters :

        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

          Location : query

        parent

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

          Type : string

          Description : Required. Value for parent.

          Location : path

          Required : Yes

        firewallEndpointId

          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.

          Type : string

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

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

      Path : v1/{+parent}/firewallEndpoints

      HTTP Method : POST

      Parameter Order : parent

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