2025-10-31
▼ ▲ networkservices.projects.locations.lbEdgeExtensions.delete
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Description : Required. The name of the `LbEdgeExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$
Type : string
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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 the specified `LbEdgeExtension` resource.
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions/{lbEdgeExtensionsId}
HTTP Method : DELETE
▼ ▲ networkservices.projects.locations.lbEdgeExtensions.list
Path : v1/{+parent}/lbEdgeExtensions
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions
Description : Lists `LbEdgeExtension` resources in a given project and location.
Parameters :
parent
Location : path
Description : Required. The project and location from which the `LbEdgeExtension` resources are listed. These values are specified in the following format: `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Required : Yes
pageToken
Description : Optional. A token identifying a page of results that the server returns.
Location : query
Type : string
orderBy
Type : string
Description : Optional. Hint about how to order the results.
Location : query
filter
Description : Optional. Filtering results.
Type : string
Location : query
pageSize
Format : int32
Description : Optional. Requested page size. The server might return fewer items than requested. If unspecified, the server picks an appropriate default.
Location : query
Type : integer
HTTP Method : GET
Parameter Order : parent
▼ ▲ networkservices.projects.locations.lbEdgeExtensions.patch
Path : v1/{+name}
Parameter Order : name
Description : Updates the parameters of the specified `LbEdgeExtension` resource.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions/{lbEdgeExtensionsId}
HTTP Method : PATCH
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
updateMask
Location : query
Type : string
Description : Optional. Used to specify the fields to be overwritten in the `LbEdgeExtension` resource by the update. The fields specified in the `update_mask` are relative to the resource, not the full request. A field is overwritten if it is in the mask. If the user does not specify a mask, then all fields are overwritten.
Format : google-fieldmask
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
name
Description : Required. Identifier. Name of the `LbEdgeExtension` resource in the following format: `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.
Pattern : ^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$
Location : path
Type : string
Required : Yes
▼ ▲ networkservices.projects.locations.lbEdgeExtensions.create
Parameters :
lbEdgeExtensionId
Description : Required. User-provided ID of the `LbEdgeExtension` resource to be created.
Type : string
Location : query
parent
Type : string
Required : Yes
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+$
Description : Required. The parent resource of the `LbEdgeExtension` resource. Must be in the format `projects/{project}/locations/{location}`.
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 can ignore the request if it has already been completed. The server guarantees that for 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 ignores 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).
Description : Creates a new `LbEdgeExtension` resource in a given project and location.
Parameter Order : parent
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : POST
Path : v1/{+parent}/lbEdgeExtensions
▼ ▲ networkservices.projects.locations.lbEdgeExtensions.get
HTTP Method : GET
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/lbEdgeExtensions/{lbEdgeExtensionsId}
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/lbEdgeExtensions/[^/]+$
Description : Required. A name of the `LbEdgeExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/lbEdgeExtensions/{lb_edge_extension}`.
Required : Yes
Description : Gets details of the specified `LbEdgeExtension` resource.
▼ ▲ networkservices.projects.locations.operations.list
Parameters :
returnPartialSuccess
Type : boolean
Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
Location : query