2023-07-13
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.delete
Parameter Order : name
Description : Deletes a single Endpoint.
Parameters :
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 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
name
Required : Yes
Type : string
Location : path
Description : Required. Name of the resource
Pattern : ^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
HTTP Method : DELETE
Path : v1beta1/{+name}
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.get
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Description : Gets details of a single Endpoint.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
name
Description : Required. Name of the resource
Type : string
Pattern : ^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Location : path
Required : Yes
Path : v1beta1/{+name}
HTTP Method : GET
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.create
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints
Parameter Order : parent
HTTP Method : POST
Path : v1beta1/{+parent}/firewallEndpoints
Parameters :
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
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
Type : string
Required : Yes
Description : Required. Value for parent.
Pattern : ^organizations/[^/]+/locations/[^/]+$
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new FirewallEndpoint in a given project and location.
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists FirewallEndpoints in a given project and location.
Parameter Order : parent
Parameters :
pageSize
Location : query
Type : integer
Description : Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Format : int32
filter
Description : Filtering results
Location : query
Type : string
orderBy
Type : string
Location : query
Description : Hint for how to order the results
pageToken
Location : query
Description : A token identifying a page of results the server should return.
Type : string
parent
Location : path
Required : Yes
Type : string
Pattern : ^organizations/[^/]+/locations/[^/]+$
Description : Required. Parent value for ListEndpointsRequest
HTTP Method : GET
Path : v1beta1/{+parent}/firewallEndpoints
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.patch
HTTP Method : PATCH
Parameters :
name
Required : Yes
Description : Output only. name of resource
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
updateMask
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
Format : google-fieldmask
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).
Type : string
Location : query
Description : Update a single Endpoint.
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Parameter Order : name
Path : v1beta1/{+name}
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}
Description : Deletes a single FirewallEndpointAssociation.
Parameter Order : name
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$
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).
Location : query
Type : string
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.list
Path : v1beta1/{+parent}/firewallEndpointAssociations
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations
Description : Lists Associations in a given project and location.
Parameters :
orderBy
Type : string
Description : Hint for how to order the results
Location : query
parent
Location : path
Description : Required. Parent value for ListAssociationsRequest
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
pageToken
Type : string
Description : A token identifying a page of results the server should return.
Location : query
filter
Location : query
Type : string
Description : Filtering results
pageSize
Type : integer
Location : query
Description : Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Format : int32
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.patch
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}
Description : Update a single FirewallEndpointAssociation.
HTTP Method : PATCH
Path : v1beta1/{+name}
Parameter Order : name
Parameters :
name
Type : string
Location : path
Description : Output only. name of resource
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$
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).
Type : string
Location : query
updateMask
Format : google-fieldmask
Location : query
Description : Required. Field mask is used to specify the fields to be overwritten in the Association 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.
Type : string
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.get
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$
Type : string
Required : Yes
Description : Required. Name of the resource
Parameter Order : name
Path : v1beta1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single FirewallEndpointAssociation.
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.create
Path : v1beta1/{+parent}/firewallEndpointAssociations
HTTP Method : POST
Parameters :
requestId
Location : query
Type : string
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).
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. Value for parent.
Required : Yes
firewallEndpointAssociationId
Location : query
Type : string
Description : Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations
Description : Creates a new FirewallEndpointAssociation in a given project and location.
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.delete
Parameter Order : name
Description : Deletes a single Endpoint.
Parameters :
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 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
name
Required : Yes
Type : string
Location : path
Description : Required. Name of the resource
Pattern : ^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
HTTP Method : DELETE
Path : v1beta1/{+name}
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.get
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Description : Gets details of a single Endpoint.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Parameters :
name
Description : Required. Name of the resource
Type : string
Pattern : ^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
Location : path
Required : Yes
Path : v1beta1/{+name}
HTTP Method : GET
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.create
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints
Parameter Order : parent
HTTP Method : POST
Path : v1beta1/{+parent}/firewallEndpoints
Parameters :
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
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
Type : string
Required : Yes
Description : Required. Value for parent.
Pattern : ^organizations/[^/]+/locations/[^/]+$
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new FirewallEndpoint in a given project and location.
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists FirewallEndpoints in a given project and location.
Parameter Order : parent
Parameters :
pageSize
Location : query
Type : integer
Description : Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Format : int32
filter
Description : Filtering results
Location : query
Type : string
orderBy
Type : string
Location : query
Description : Hint for how to order the results
pageToken
Location : query
Description : A token identifying a page of results the server should return.
Type : string
parent
Location : path
Required : Yes
Type : string
Pattern : ^organizations/[^/]+/locations/[^/]+$
Description : Required. Parent value for ListEndpointsRequest
HTTP Method : GET
Path : v1beta1/{+parent}/firewallEndpoints
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints
▼ ▲ networksecurity.organizations.locations.firewallEndpoints.patch
HTTP Method : PATCH
Parameters :
name
Required : Yes
Description : Output only. name of resource
Type : string
Location : path
Pattern : ^organizations/[^/]+/locations/[^/]+/firewallEndpoints/[^/]+$
updateMask
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
Format : google-fieldmask
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).
Type : string
Location : query
Description : Update a single Endpoint.
Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/firewallEndpoints/{firewallEndpointsId}
Parameter Order : name
Path : v1beta1/{+name}
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}
Description : Deletes a single FirewallEndpointAssociation.
Parameter Order : name
HTTP Method : DELETE
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$
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).
Location : query
Type : string
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.list
Path : v1beta1/{+parent}/firewallEndpointAssociations
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations
Description : Lists Associations in a given project and location.
Parameters :
orderBy
Type : string
Description : Hint for how to order the results
Location : query
parent
Location : path
Description : Required. Parent value for ListAssociationsRequest
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Required : Yes
pageToken
Type : string
Description : A token identifying a page of results the server should return.
Location : query
filter
Location : query
Type : string
Description : Filtering results
pageSize
Type : integer
Location : query
Description : Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.
Format : int32
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.patch
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}
Description : Update a single FirewallEndpointAssociation.
HTTP Method : PATCH
Path : v1beta1/{+name}
Parameter Order : name
Parameters :
name
Type : string
Location : path
Description : Output only. name of resource
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$
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).
Type : string
Location : query
updateMask
Format : google-fieldmask
Location : query
Description : Required. Field mask is used to specify the fields to be overwritten in the Association 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.
Type : string
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.get
Parameters :
name
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/firewallEndpointAssociations/[^/]+$
Type : string
Required : Yes
Description : Required. Name of the resource
Parameter Order : name
Path : v1beta1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single FirewallEndpointAssociation.
HTTP Method : GET
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations/{firewallEndpointAssociationsId}
▼ ▲ networksecurity.projects.locations.firewallEndpointAssociations.create
Path : v1beta1/{+parent}/firewallEndpointAssociations
HTTP Method : POST
Parameters :
requestId
Location : query
Type : string
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).
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Description : Required. Value for parent.
Required : Yes
firewallEndpointAssociationId
Location : query
Type : string
Description : Required. Id of the requesting object. If auto-generating Id server-side, remove this field and firewall_endpoint_association_id from the method_signature of Create RPC.
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/firewallEndpointAssociations
Description : Creates a new FirewallEndpointAssociation in a given project and location.