2024-11-15
▼ ▲ networkservices.projects.locations.authzExtensions.list
Path : v1/{+parent}/authzExtensions
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authzExtensions
HTTP Method : GET
Parameters :
parent
Description : Required. The project and location from which the `AuthzExtension` resources are listed, specified in the following format: `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
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
Format : int32
pageToken
Description : Optional. A token identifying a page of results that the server returns.
Location : query
Type : string
filter
Description : Optional. Filtering results.
Location : query
Type : string
orderBy
Description : Optional. Hint for how to order the results.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists `AuthzExtension` resources in a given project and location.
▼ ▲ networkservices.projects.locations.authzExtensions.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authzExtensions/{authzExtensionsId}
HTTP Method : GET
Parameters :
name
Description : Required. A name of the `AuthzExtension` resource to get. Must be in the format `projects/{project}/locations/{location}/authzExtensions/{authz_extension}`.
Pattern : ^projects/[^/]+/locations/[^/]+/authzExtensions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of the specified `AuthzExtension` resource.
▼ ▲ networkservices.projects.locations.authzExtensions.create
Path : v1/{+parent}/authzExtensions
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authzExtensions
HTTP Method : POST
Parameters :
parent
Description : Required. The parent resource of the `AuthzExtension` resource. Must be in the format `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
authzExtensionId
Description : Required. User-provided ID of the `AuthzExtension` resource to be created.
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 can ignore the request if it has already been completed. The server guarantees 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, 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).
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new `AuthzExtension` resource in a given project and location.
▼ ▲ networkservices.projects.locations.authzExtensions.patch
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authzExtensions/{authzExtensionsId}
HTTP Method : PATCH
Parameters :
name
Description : Required. Identifier. Name of the `AuthzExtension` resource in the following format: `projects/{project}/locations/{location}/authzExtensions/{authz_extension}`.
Pattern : ^projects/[^/]+/locations/[^/]+/authzExtensions/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Used to specify the fields to be overwritten in the `AuthzExtension` 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.
Location : query
Type : string
Format : google-fieldmask
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 can ignore the request if it has already been completed. The server guarantees 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, 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).
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates the parameters of the specified `AuthzExtension` resource.
▼ ▲ networkservices.projects.locations.authzExtensions.delete
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/authzExtensions/{authzExtensionsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the `AuthzExtension` resource to delete. Must be in the format `projects/{project}/locations/{location}/authzExtensions/{authz_extension}`.
Pattern : ^projects/[^/]+/locations/[^/]+/authzExtensions/[^/]+$
Location : path
Required : Yes
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 can ignore the request if it has already been completed. The server guarantees 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, 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).
Location : query
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes the specified `AuthzExtension` resource.
▼ ▲ networkservices.projects.locations.gateways.routeViews.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}/routeViews/{routeViewsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the GatewayRouteView resource. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name}/routeViews/{route_view_name}
Pattern : ^projects/[^/]+/locations/[^/]+/gateways/[^/]+/routeViews/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a single RouteView of a Gateway.
▼ ▲ networkservices.projects.locations.gateways.routeViews.list
Path : v1/{+parent}/routeViews
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/gateways/{gatewaysId}/routeViews
HTTP Method : GET
Parameters :
parent
Description : Required. The Gateway to which a Route is associated. Formats: projects/{project_number}/locations/{location}/gateways/{gateway_name}
Pattern : ^projects/[^/]+/locations/[^/]+/gateways/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Maximum number of GatewayRouteViews to return per call.
Location : query
Type : integer
Format : int32
pageToken
Description : The value returned by the last `ListGatewayRouteViewsResponse` Indicates that this is a continuation of a prior `ListGatewayRouteViews` call, and that the system should return the next page of data.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists RouteViews
▼ ▲ networkservices.projects.locations.meshes.routeViews.get
Path : v1/{+name}
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}/routeViews/{routeViewsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the MeshRouteView resource. Format: projects/{project_number}/locations/{location}/meshes/{mesh_name}/routeViews/{route_view_name}
Pattern : ^projects/[^/]+/locations/[^/]+/meshes/[^/]+/routeViews/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a single RouteView of a Mesh.
▼ ▲ networkservices.projects.locations.meshes.routeViews.list
Path : v1/{+parent}/routeViews
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/meshes/{meshesId}/routeViews
HTTP Method : GET
Parameters :
parent
Description : Required. The Mesh to which a Route is associated. Format: projects/{project_number}/locations/{location}/meshes/{mesh_name}
Pattern : ^projects/[^/]+/locations/[^/]+/meshes/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Maximum number of MeshRouteViews to return per call.
Location : query
Type : integer
Format : int32
pageToken
Description : The value returned by the last `ListMeshRouteViewsResponse` Indicates that this is a continuation of a prior `ListMeshRouteViews` call, and that the system should return the next page of data.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists RouteViews