2026-05-02
▼ ▲ networksecurity.projects.locations.securityProfiles.list
Parameters :
pageSize
Description : Optional. Maximum number of SecurityProfiles to return per call.
Location : query
Type : integer
Format : int32
parent
Description : Required. The project or organization and location from which the SecurityProfiles should be listed, specified in the format `projects|organizations/*/locations/{location}`.
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
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
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : parent
Path : v1beta1/{+parent}/securityProfiles
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfiles
Description : Lists SecurityProfiles in a given project and location.
▼ ▲ networksecurity.projects.locations.securityProfiles.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
Description : Immutable. Identifier. Name of the SecurityProfile resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfiles/{security_profile}`.
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/securityProfiles/[^/]+$
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : PATCH
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}
Description : Updates the parameters of a single SecurityProfile.
▼ ▲ networksecurity.projects.locations.securityProfiles.delete
Parameters :
name
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
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/securityProfiles/[^/]+$
etag
Description : Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
Location : query
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : DELETE
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}
Description : Deletes a single SecurityProfile.
▼ ▲ networksecurity.projects.locations.securityProfiles.get
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfiles/{securityProfilesId}
Description : Gets details of a single SecurityProfile.
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/securityProfiles/[^/]+$
Location : path
Description : Required. A name of the SecurityProfile to get. Must be in the format `projects|organizations/*/locations/{location}/securityProfiles/{security_profile_id}`.
Required : Yes
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : GET
Parameter Order : name
▼ ▲ networksecurity.projects.locations.securityProfiles.create
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. The parent resource of the SecurityProfile. Must be in the format `projects|organizations/*/locations/{location}`.
Required : Yes
Type : string
securityProfileId
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".
Location : query
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/securityProfiles
HTTP Method : POST
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfiles
Description : Creates a new SecurityProfile in a given project and location.
▼ ▲ networksecurity.projects.locations.securityProfileGroups.delete
Parameters :
name
Location : path
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}`.
Required : Yes
Type : string
etag
Description : Optional. If client provided etag is out of date, delete will return FAILED_PRECONDITION error.
Location : query
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : DELETE
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}
Description : Deletes a single SecurityProfileGroup.
▼ ▲ networksecurity.projects.locations.securityProfileGroups.get
Description : Gets details of a single SecurityProfileGroup.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}
Path : v1beta1/{+name}
HTTP Method : GET
Parameter Order : name
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/securityProfileGroups/[^/]+$
Description : Required. A name of the SecurityProfileGroup to get. Must be in the format `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
Required : Yes
Type : string
▼ ▲ networksecurity.projects.locations.securityProfileGroups.create
Parameters :
parent
Description : Required. The parent resource of the SecurityProfileGroup. Must be in the format `projects|organizations/*/locations/{location}`.
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
securityProfileGroupId
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
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/securityProfileGroups
HTTP Method : POST
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups
Description : Creates a new SecurityProfileGroup in a given project and location.
▼ ▲ networksecurity.projects.locations.securityProfileGroups.list
Parameters :
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. The project or organization and location from which the SecurityProfileGroups should be listed, specified in the format `projects|organizations/*/locations/{location}`.
Required : Yes
Type : string
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
pageSize
Description : Optional. Maximum number of SecurityProfileGroups to return per call.
Location : query
Type : integer
Format : int32
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/securityProfileGroups
HTTP Method : GET
Parameter Order : parent
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups
Description : Lists SecurityProfileGroups in a given project and location.
▼ ▲ networksecurity.projects.locations.securityProfileGroups.patch
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/securityProfileGroups/[^/]+$
Description : Immutable. Identifier. Name of the SecurityProfileGroup resource. It matches pattern `projects|organizations/*/locations/{location}/securityProfileGroups/{security_profile_group}`.
Required : Yes
Type : string
updateMask
Format : google-fieldmask
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
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : PATCH
Parameter Order : name
Description : Updates the parameters of a single SecurityProfileGroup.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/securityProfileGroups/{securityProfileGroupsId}
▼ ▲ networksecurity.projects.locations.firewallEndpoints.delete
Parameters :
name
Description : Required. Name of the resource
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
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 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
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
HTTP Method : DELETE
Parameter Order : name
Description : Deletes a single project Endpoint.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
▼ ▲ networksecurity.projects.locations.firewallEndpoints.get
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Description : Gets details of a single project Endpoint.
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Location : path
Description : Required. Name of the resource
Required : Yes
Type : string
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Parameter Order : name
Path : v1beta1/{+name}
▼ ▲ networksecurity.projects.locations.firewallEndpoints.create
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints
Description : Creates a new FirewallEndpoint in a given project and location.
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
parent
Description : Required. Value for parent.
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
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
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+parent}/firewallEndpoints
HTTP Method : POST
Parameter Order : parent
▼ ▲ networksecurity.projects.locations.firewallEndpoints.list
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints
Description : Lists FirewallEndpoints in a given project and location.
Path : v1beta1/{+parent}/firewallEndpoints
HTTP Method : GET
Parameter Order : parent
Parameters :
parent
Description : Required. Parent value for ListEndpointsRequest
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
pageToken
Description : A token identifying a page of results the server should return.
Location : query
Type : string
pageSize
Format : int32
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Type : integer
orderBy
Description : Hint for how to order the results
Location : query
Type : string
filter
Description : Optional. Filtering results
Location : query
Type : string
▼ ▲ networksecurity.projects.locations.firewallEndpoints.patch
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Description : Update a single project Endpoint.
Parameters :
name
Description : Immutable. Identifier. Name of resource.
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Location : path
updateMask
Format : google-fieldmask
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
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
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : PATCH
Parameter Order : name
Path : v1beta1/{+name}