Network Security API (networksecurity:v1)

2026-05-02

15 new methods

Additions

    Methods
  • networksecurity.projects.locations.securityProfiles.list

      Parameter Order : parent

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

      Parameters :

        pageSize

          Location : query

          Description : Optional. Maximum number of SecurityProfiles to return per call.

          Type : integer

          Format : int32

        parent

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

          Description : Required. The project or organization and location from which the SecurityProfiles should be listed, specified in the format `projects|organizations/*/locations/{location}`.

          Location : path

          Type : string

          Required : Yes

        pageToken

          Description : Optional. The value returned by the last `ListSecurityProfilesResponse` Indicates that this is a continuation of a prior `ListSecurityProfiles` call, and that the system should return the next page of data.

          Location : query

          Type : string

      Path : v1/{+parent}/securityProfiles

      HTTP Method : GET

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

      Description : Lists SecurityProfiles in a given project and location.

  • networksecurity.projects.locations.securityProfiles.create

      Parameter Order : parent

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

      Parameters :

        parent

          Location : path

          Description : Required. The parent resource of the SecurityProfile. Must be in the format `projects|organizations/*/locations/{location}`.

          Required : Yes

          Type : string

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

        securityProfileId

          Type : string

          Location : query

          Description : Required. Short name of the SecurityProfile 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. "security_profile1".

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

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

      Path : v1/{+parent}/securityProfiles

      HTTP Method : POST

  • networksecurity.projects.locations.securityProfiles.delete

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}

      Parameter Order : name

      Path : v1/{+name}

      HTTP Method : DELETE

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

      Description : Deletes a single SecurityProfile.

      Parameters :

        name

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

          Location : path

          Description : Required. A name of the SecurityProfile to delete. Must be in the format `projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}`.

          Required : Yes

          Type : string

        etag

          Location : query

          Description : Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.

          Type : string

  • networksecurity.projects.locations.securityProfiles.get

      Parameter Order : name

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}

      Parameters :

        name

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

          Description : Required. A name of the SecurityProfile to get. Must be in the format `projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}`.

          Location : path

          Type : string

          Required : Yes

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

      Description : Gets details of a single SecurityProfile.

      Path : v1/{+name}

      HTTP Method : GET

  • networksecurity.projects.locations.securityProfiles.patch

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

      Description : Updates the parameters of a single SecurityProfile.

      Path : v1/{+name}

      HTTP Method : PATCH

      Parameters :

        updateMask

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

          Location : query

          Type : string

          Format : google-fieldmask

        name

          Location : path

          Description : Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfiles/{security_profile}`.

          Required : Yes

          Type : string

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}

      Parameter Order : name

  • networksecurity.projects.locations.securityProfileGroups.get

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}

      Parameter Order : name

      Path : v1/{+name}

      HTTP Method : GET

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

      Description : Gets details of a single SecurityProfileGroup.

      Parameters :

        name

          Type : string

          Required : Yes

          Description : Required. A name of the SecurityProfileGroup to get. Must be in the format `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.

          Location : path

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

  • networksecurity.projects.locations.securityProfileGroups.patch

      Path : v1/{+name}

      HTTP Method : PATCH

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

      Description : Updates the parameters of a single SecurityProfileGroup.

      Parameters :

        updateMask

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

          Location : query

          Type : string

          Format : google-fieldmask

        name

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

          Type : string

          Required : Yes

          Description : Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.

          Location : path

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}

      Parameter Order : name

  • networksecurity.projects.locations.securityProfileGroups.delete

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}

      Parameter Order : name

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

      Description : Deletes a single SecurityProfileGroup.

      Path : v1/{+name}

      HTTP Method : DELETE

      Parameters :

        name

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

          Description : Required. A name of the SecurityProfileGroup to delete. Must be in the format `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.

          Location : path

          Type : string

          Required : Yes

        etag

          Description : Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.

          Location : query

          Type : string

  • networksecurity.projects.locations.securityProfileGroups.create

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

      Parameter Order : parent

      Path : v1/{+parent}/securityProfileGroups

      HTTP Method : POST

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

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

      Parameters :

        securityProfileGroupId

          Type : string

          Description : Required. Short name of the SecurityProfileGroup 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. "security_profile_group1".

          Location : query

        parent

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

          Description : Required. The parent resource of the SecurityProfileGroup. Must be in the format `projects|organizations/*/locations/{location}`.

          Location : path

          Type : string

          Required : Yes

  • networksecurity.projects.locations.securityProfileGroups.list

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

      Parameter Order : parent

      Path : v1/{+parent}/securityProfileGroups

      HTTP Method : GET

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

      Description : Lists SecurityProfileGroups in a given project and location.

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Description : Optional. Maximum number of SecurityProfileGroups to return per call.

          Location : query

        parent

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

          Description : Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format `projects|organizations/*/locations/{location}`.

          Location : path

          Type : string

          Required : Yes

        pageToken

          Description : Optional. The value returned by the last `ListSecurityProfileGroupsResponse` Indicates that this is a continuation of a prior `ListSecurityProfileGroups` call, and that the system should return the next page of data.

          Location : query

          Type : string

  • networksecurity.projects.locations.firewallEndpoints.create

      Parameters :

        firewallEndpointId

          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.

          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

        parent

          Description : Required. Value for parent.

          Location : path

          Type : string

          Required : Yes

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

      Path : v1/{+parent}/firewallEndpoints

      HTTP Method : POST

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

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

      Parameter Order : parent

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

  • networksecurity.projects.locations.firewallEndpoints.list

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

      Parameter Order : parent

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

      Description : Lists FirewallEndpoints in a given project and location.

      Path : v1/{+parent}/firewallEndpoints

      HTTP Method : GET

      Parameters :

        orderBy

          Location : query

          Description : Hint for how to order the results

          Type : string

        pageToken

          Location : query

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

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        pageSize

          Type : integer

          Format : int32

          Location : query

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

        parent

          Location : path

          Description : Required. Parent value for ListEndpointsRequest

          Required : Yes

          Type : string

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

  • networksecurity.projects.locations.firewallEndpoints.get

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

      Parameter Order : name

      Path : v1/{+name}

      HTTP Method : GET

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

      Description : Gets details of a single project Endpoint.

      Parameters :

        name

          Type : string

          Required : Yes

          Description : Required. Name of the resource

          Location : path

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

  • networksecurity.projects.locations.firewallEndpoints.patch

      Path : v1/{+name}

      HTTP Method : PATCH

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

      Description : Update a single project Endpoint.

      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

        updateMask

          Type : string

          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.

        name

          Description : Immutable. Identifier. Name of resource.

          Location : path

          Type : string

          Required : Yes

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

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

      Parameter Order : name

  • networksecurity.projects.locations.firewallEndpoints.delete

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

      Parameter Order : name

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

      Description : Deletes a single project Endpoint.

      Path : v1/{+name}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

          Location : path

          Type : string

          Required : Yes

          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