2023-03-18
▼ ▲ networksecurity.projects.locations.urlLists.get
Description : Gets details of a single UrlList.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$
Description : Required. A name of the UrlList to get. Must be in the format `projects/*/locations/{location}/urlLists/*`.
Parameter Order : name
Path : v1beta1/{+name}
HTTP Method : GET
▼ ▲ networksecurity.projects.locations.urlLists.create
HTTP Method : POST
Parameters :
parent
Description : Required. The parent resource of the UrlList. Must be in the format `projects/*/locations/{location}`.
Required : Yes
Location : path
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+$
urlListId
Description : Required. Short name of the UrlList resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "url_list".
Type : string
Location : query
Description : Creates a new UrlList in a given project and location.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/urlLists
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists
▼ ▲ networksecurity.projects.locations.urlLists.patch
Path : v1beta1/{+name}
Description : Updates the parameters of a single UrlList.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Type : string
Required : Yes
Description : Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
Pattern : ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$
updateMask
Type : string
Description : Optional. Field mask is used to specify the fields to be overwritten in the UrlList 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
Location : query
HTTP Method : PATCH
Parameter Order : name
▼ ▲ networksecurity.projects.locations.urlLists.list
Parameter Order : parent
HTTP Method : GET
Description : Lists UrlLists in a given project and location.
Path : v1beta1/{+parent}/urlLists
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
pageToken
Type : string
Location : query
Description : The value returned by the last `ListUrlListsResponse` Indicates that this is a continuation of a prior `ListUrlLists` call, and that the system should return the next page of data.
parent
Required : Yes
Location : path
Type : string
Description : Required. The project and location from which the UrlLists should be listed, specified in the format `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
pageSize
Format : int32
Location : query
Type : integer
Description : Maximum number of UrlLists to return per call.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists
▼ ▲ networksecurity.projects.locations.urlLists.delete
Parameters :
name
Pattern : ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$
Description : Required. A name of the UrlList to delete. Must be in the format `projects/*/locations/{location}/urlLists/*`.
Location : path
Required : Yes
Type : string
HTTP Method : DELETE
Path : v1beta1/{+name}
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Description : Deletes a single UrlList.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.list
HTTP Method : GET
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/gatewaySecurityPolicies
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies
Description : Lists GatewaySecurityPolicies in a given project and location.
Parameters :
parent
Type : string
Required : Yes
Description : Required. The project and location from which the GatewaySecurityPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
pageSize
Type : integer
Format : int32
Description : Maximum number of GatewaySecurityPolicies to return per call.
Location : query
pageToken
Type : string
Description : The value returned by the last 'ListGatewaySecurityPoliciesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicies' call, and that the system should return the next page of data.
Location : query
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.create
HTTP Method : POST
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies
Description : Creates a new GatewaySecurityPolicy in a given project and location.
Parameters :
parent
Description : Required. The parent resource of the GatewaySecurityPolicy. Must be in the format `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Type : string
Location : path
Required : Yes
gatewaySecurityPolicyId
Location : query
Type : string
Description : Required. Short name of the GatewaySecurityPolicy resource to be created. This value should be 1-63 characters long, containing only letters, numbers, hyphens, and underscores, and should not start with a number. E.g. "gateway_security_policy1".
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
Path : v1beta1/{+parent}/gatewaySecurityPolicies
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.delete
Parameter Order : name
Parameters :
name
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$
Type : string
Description : Required. A name of the GatewaySecurityPolicy to delete. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1beta1/{+name}
Description : Deletes a single GatewaySecurityPolicy.
HTTP Method : DELETE
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.patch
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}
Description : Updates the parameters of a single GatewaySecurityPolicy.
Path : v1beta1/{+name}
HTTP Method : PATCH
Parameter Order : name
Parameters :
updateMask
Location : query
Description : Optional. Field mask is used to specify the fields to be overwritten in the GatewaySecurityPolicy 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
Type : string
name
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$
Description : Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy} gateway_security_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
Location : path
Required : Yes
Type : string
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.get
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}
Path : v1beta1/{+name}
Parameters :
name
Description : Required. A name of the GatewaySecurityPolicy to get. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.
Required : Yes
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$
Location : path
Parameter Order : name
Description : Gets details of a single GatewaySecurityPolicy.
HTTP Method : GET
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.rules.list
Path : v1beta1/{+parent}/rules
Parameters :
pageSize
Format : int32
Location : query
Description : Maximum number of GatewaySecurityPolicyRules to return per call.
Type : integer
parent
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$
Required : Yes
Location : path
Description : Required. The project, location and GatewaySecurityPolicy from which the GatewaySecurityPolicyRules should be listed, specified in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}`.
pageToken
Description : The value returned by the last 'ListGatewaySecurityPolicyRulesResponse' Indicates that this is a continuation of a prior 'ListGatewaySecurityPolicyRules' call, and that the system should return the next page of data.
Type : string
Location : query
Description : Lists GatewaySecurityPolicyRules in a given project and location.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules
Parameter Order : parent
HTTP Method : GET
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.rules.patch
Parameters :
name
Description : Required. Immutable. Name of the resource. ame is the full resource name so projects/{project}/locations/{location}/gatewaySecurityPolicies/{gateway_security_policy}/rules/{rule} rule should match the pattern: (^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$
Location : path
Type : string
Required : Yes
updateMask
Type : string
Description : Optional. Field mask is used to specify the fields to be overwritten in the GatewaySecurityPolicy 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
HTTP Method : PATCH
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : name
Path : v1beta1/{+name}
Description : Updates the parameters of a single GatewaySecurityPolicyRule.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.rules.create
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
HTTP Method : POST
Path : v1beta1/{+parent}/rules
Parameters :
parent
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$
Required : Yes
Description : Required. The parent where this rule will be created. Format : projects/{project}/location/{location}/gatewaySecurityPolicies/*
gatewaySecurityPolicyRuleId
Location : query
Description : The ID to use for the rule, which will become the final component of the rule's resource name. This value should be 4-63 characters, and valid characters are /a-z-/.
Type : string
Description : Creates a new GatewaySecurityPolicy in a given project and location.
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.rules.delete
Parameters :
name
Description : Required. A name of the GatewaySecurityPolicyRule to delete. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/{gatewaySecurityPolicy}/rules/*`.
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$
Required : Yes
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}
Scopes : https://www.googleapis.com/auth/cloud-platform
HTTP Method : DELETE
Parameter Order : name
Description : Deletes a single GatewaySecurityPolicyRule.
Path : v1beta1/{+name}
▼ ▲ networksecurity.projects.locations.gatewaySecurityPolicies.rules.get
Parameters :
name
Required : Yes
Description : Required. The name of the GatewaySecurityPolicyRule to retrieve. Format: projects/{project}/location/{location}/gatewaySecurityPolicies/*/rules/*
Pattern : ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$
Type : string
Location : path
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of a single GatewaySecurityPolicyRule.
Path : v1beta1/{+name}
Parameter Order : name
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}
HTTP Method : GET