2024-09-05
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroups.list
Path : v1beta1/{+parent}/mirroringEndpointGroups
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups
HTTP Method : GET
Parameters :
parent
Description : Required. Parent value for ListMirroringEndpointGroupsRequest
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return.
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 MirroringEndpointGroups in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroups.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single MirroringEndpointGroup.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroups.create
Path : v1beta1/{+parent}/mirroringEndpointGroups
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups
HTTP Method : POST
Parameters :
parent
Description : Required. Value for parent.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
mirroringEndpointGroupId
Description : Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new MirroringEndpointGroup in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroups.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}
HTTP Method : PATCH
Parameters :
name
Description : Immutable. Identifier. The name of the MirroringEndpointGroup.
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroup 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
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a single MirroringEndpointGroup.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroups.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroups/{mirroringEndpointGroupsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringEndpointGroups/[^/]+$
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single MirroringEndpointGroup.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroupAssociations.list
Path : v1beta1/{+parent}/mirroringEndpointGroupAssociations
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations
HTTP Method : GET
Parameters :
parent
Description : Required. Parent value for ListMirroringEndpointGroupAssociationsRequest
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return.
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 MirroringEndpointGroupAssociations in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroupAssociations.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single MirroringEndpointGroupAssociation.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroupAssociations.create
Path : v1beta1/{+parent}/mirroringEndpointGroupAssociations
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations
HTTP Method : POST
Parameters :
parent
Description : Required. Value for parent.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
mirroringEndpointGroupAssociationId
Description : Optional. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_endpoint_group_association_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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new MirroringEndpointGroupAssociation in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroupAssociations.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}
HTTP Method : PATCH
Parameters :
name
Description : Immutable. Identifier. The name of the MirroringEndpointGroupAssociation.
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Field mask is used to specify the fields to be overwritten in the MirroringEndpointGroupAssociation 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
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a single MirroringEndpointGroupAssociation.
▼ ▲ networksecurity.projects.locations.mirroringEndpointGroupAssociations.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringEndpointGroupAssociations/{mirroringEndpointGroupAssociationsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringEndpointGroupAssociations/[^/]+$
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single MirroringEndpointGroupAssociation.
▼ ▲ networksecurity.projects.locations.mirroringDeploymentGroups.list
Path : v1beta1/{+parent}/mirroringDeploymentGroups
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups
HTTP Method : GET
Parameters :
parent
Description : Required. Parent value for ListMirroringDeploymentGroupsRequest
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return.
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 MirroringDeploymentGroups in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringDeploymentGroups.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single MirroringDeploymentGroup.
▼ ▲ networksecurity.projects.locations.mirroringDeploymentGroups.create
Path : v1beta1/{+parent}/mirroringDeploymentGroups
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups
HTTP Method : POST
Parameters :
parent
Description : Required. Value for parent.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
mirroringDeploymentGroupId
Description : Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_group_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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new MirroringDeploymentGroup in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringDeploymentGroups.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}
HTTP Method : PATCH
Parameters :
name
Description : Immutable. Identifier. Then name of the MirroringDeploymentGroup.
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Field mask is used to specify the fields to be overwritten in the MirroringDeploymentGroup 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
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a single MirroringDeploymentGroup.
▼ ▲ networksecurity.projects.locations.mirroringDeploymentGroups.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeploymentGroups/{mirroringDeploymentGroupsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringDeploymentGroups/[^/]+$
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single MirroringDeploymentGroup.
▼ ▲ networksecurity.projects.locations.mirroringDeployments.list
Path : v1beta1/{+parent}/mirroringDeployments
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments
HTTP Method : GET
Parameters :
parent
Description : Required. Parent value for ListMirroringDeploymentsRequest
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. A token identifying a page of results the server should return.
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 MirroringDeployments in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringDeployments.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}
HTTP Method : GET
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single MirroringDeployment.
▼ ▲ networksecurity.projects.locations.mirroringDeployments.create
Path : v1beta1/{+parent}/mirroringDeployments
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments
HTTP Method : POST
Parameters :
parent
Description : Required. Value for parent.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
mirroringDeploymentId
Description : Required. Id of the requesting object If auto-generating Id server-side, remove this field and mirroring_deployment_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
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new MirroringDeployment in a given project and location.
▼ ▲ networksecurity.projects.locations.mirroringDeployments.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}
HTTP Method : PATCH
Parameters :
name
Description : Immutable. Identifier. The name of the MirroringDeployment.
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Required. Field mask is used to specify the fields to be overwritten in the MirroringDeployment 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
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a single MirroringDeployment.
▼ ▲ networksecurity.projects.locations.mirroringDeployments.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/mirroringDeployments/{mirroringDeploymentsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. Name of the resource
Pattern : ^projects/[^/]+/locations/[^/]+/mirroringDeployments/[^/]+$
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 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
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a single MirroringDeployment.