2026-03-06
▼ ▲ networksecurity.projects.locations.firewallEndpoints.create
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Parameters :
firewallEndpointId
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.
Location : query
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. Value for parent.
Required : Yes
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
HTTP Method : POST
Description : Creates a new FirewallEndpoint in a given project and location.
Path : v1/{+parent}/firewallEndpoints
▼ ▲ networksecurity.projects.locations.firewallEndpoints.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single project Endpoint.
Parameter Order : name
Path : v1/{+name}
HTTP Method : DELETE
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Type : string
Location : path
Description : Required. Name of the resource
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
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
▼ ▲ networksecurity.projects.locations.firewallEndpoints.list
Parameter Order : parent
Parameters :
pageSize
Location : query
Format : int32
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Type : integer
parent
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. Parent value for ListEndpointsRequest
Location : path
Required : Yes
Type : string
orderBy
Location : query
Type : string
Description : Hint for how to order the results
filter
Location : query
Description : Optional. Filtering results
Type : string
pageToken
Type : string
Description : A token identifying a page of results the server should return.
Location : query
HTTP Method : GET
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+parent}/firewallEndpoints
Description : Lists FirewallEndpoints in a given project and location.
▼ ▲ networksecurity.projects.locations.firewallEndpoints.get
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Description : Gets details of a single project Endpoint.
Path : v1/{+name}
Parameters :
name
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Location : path
Description : Required. Name of the resource
Type : string
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
▼ ▲ networksecurity.projects.locations.firewallEndpoints.patch
HTTP Method : PATCH
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Parameter Order : name
Description : Update a single project Endpoint.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Required : Yes
Type : string
Description : Immutable. Identifier. Name of resource.
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
updateMask
Type : string
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.
Format : google-fieldmask