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