Network Security API (networksecurity:v1beta1)

2023-03-16

15 removed methods

Deletions

    Methods
  • networksecurity.projects.locations.urlLists.delete

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Deletes a single UrlList.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}

      HTTP Method: DELETE

      Path: v1beta1/{+name}

      Parameters:

        name

          Description: Required. A name of the UrlList to delete. Must be in the format `projects/*/locations/{location}/urlLists/*`.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$

          Required: Yes

          Location: path

  • networksecurity.projects.locations.urlLists.list

      Path: v1beta1/{+parent}/urlLists

      Parameters:

        parent

          Description: Required. The project and location from which the UrlLists should be listed, specified in the format `projects/{project}/locations/{location}`.

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Type: string

        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.

        pageSize

          Type: integer

          Format: int32

          Description: Maximum number of UrlLists to return per call.

          Location: query

      Description: Lists UrlLists in a given project and location.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists

      HTTP Method: GET

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • networksecurity.projects.locations.urlLists.patch

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Parameters:

        updateMask

          Format: google-fieldmask

          Location: query

          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.

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$

          Location: path

          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])?$).

          Type: string

      HTTP Method: PATCH

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}

      Path: v1beta1/{+name}

      Description: Updates the parameters of a single UrlList.

  • networksecurity.projects.locations.urlLists.create

      Description: Creates a new UrlList in a given project and location.

      Path: v1beta1/{+parent}/urlLists

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        urlListId

          Location: query

          Type: string

          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".

        parent

          Description: Required. The parent resource of the UrlList. Must be in the format `projects/*/locations/{location}`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Location: path

          Required: Yes

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists

      Parameter Order: parent

  • networksecurity.projects.locations.urlLists.get

      HTTP Method: GET

      Description: Gets details of a single UrlList.

      Parameter Order: name

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Location: path

          Description: Required. A name of the UrlList to get. Must be in the format `projects/*/locations/{location}/urlLists/*`.

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$

  • networksecurity.projects.locations.gatewaySecurityPolicies.create

      Parameter Order: parent

      Path: v1beta1/{+parent}/gatewaySecurityPolicies

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies

      Description: Creates a new GatewaySecurityPolicy in a given project and location.

      Parameters:

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Description: Required. The parent resource of the GatewaySecurityPolicy. Must be in the format `projects/{project}/locations/{location}`.

          Required: Yes

          Type: string

        gatewaySecurityPolicyId

          Location: query

          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".

          Type: string

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • networksecurity.projects.locations.gatewaySecurityPolicies.get

      Parameters:

        name

          Location: path

          Required: Yes

          Description: Required. A name of the GatewaySecurityPolicy to get. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}

      HTTP Method: GET

      Path: v1beta1/{+name}

      Description: Gets details of a single GatewaySecurityPolicy.

  • networksecurity.projects.locations.gatewaySecurityPolicies.patch

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}

      Parameters:

        name

          Type: string

          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

        updateMask

          Format: google-fieldmask

          Type: string

          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.

      Description: Updates the parameters of a single GatewaySecurityPolicy.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: PATCH

      Parameter Order: name

      Path: v1beta1/{+name}

  • networksecurity.projects.locations.gatewaySecurityPolicies.delete

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Location: path

          Type: string

          Required: Yes

          Description: Required. A name of the GatewaySecurityPolicy to delete. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.

      Path: v1beta1/{+name}

      HTTP Method: DELETE

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}

      Description: Deletes a single GatewaySecurityPolicy.

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • networksecurity.projects.locations.gatewaySecurityPolicies.list

      Parameter Order: parent

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1beta1/{+parent}/gatewaySecurityPolicies

      Parameters:

        pageSize

          Location: query

          Format: int32

          Type: integer

          Description: Maximum number of GatewaySecurityPolicies to return per call.

        parent

          Type: string

          Description: Required. The project and location from which the GatewaySecurityPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Location: path

        pageToken

          Location: query

          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.

      Description: Lists GatewaySecurityPolicies in a given project and location.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.create

      Parameters:

        gatewaySecurityPolicyRuleId

          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

          Location: query

        parent

          Description: Required. The parent where this rule will be created. Format : projects/{project}/location/{location}/gatewaySecurityPolicies/*

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Required: Yes

          Type: string

          Location: path

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules

      Description: Creates a new GatewaySecurityPolicy in a given project and location.

      HTTP Method: POST

      Path: v1beta1/{+parent}/rules

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: parent

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.list

      HTTP Method: GET

      Parameters:

        pageSize

          Format: int32

          Description: Maximum number of GatewaySecurityPolicyRules to return per call.

          Type: integer

          Location: query

        parent

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Type: string

          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

          Type: string

          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.

          Location: query

      Parameter Order: parent

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Lists GatewaySecurityPolicyRules in a given project and location.

      Path: v1beta1/{+parent}/rules

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.patch

      Parameter Order: name

      Parameters:

        updateMask

          Format: google-fieldmask

          Type: string

          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.

        name

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$

          Type: string

          Required: Yes

          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])?$).

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}

      HTTP Method: PATCH

      Path: v1beta1/{+name}

      Description: Updates the parameters of a single GatewaySecurityPolicyRule.

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.get

      HTTP Method: GET

      Path: v1beta1/{+name}

      Parameter Order: name

      Parameters:

        name

          Location: path

          Type: string

          Description: Required. The name of the GatewaySecurityPolicyRule to retrieve. Format: projects/{project}/location/{location}/gatewaySecurityPolicies/*/rules/*

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$

          Required: Yes

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}

      Description: Gets details of a single GatewaySecurityPolicyRule.

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • 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/*`.

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$

          Required: Yes

          Location: path

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}

      Path: v1beta1/{+name}

      HTTP Method: DELETE

      Parameter Order: name

      Description: Deletes a single GatewaySecurityPolicyRule.

15 new methods

Additions

    Methods
  • networksecurity.projects.locations.urlLists.delete

      Parameter Order: name

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Deletes a single UrlList.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}

      HTTP Method: DELETE

      Path: v1beta1/{+name}

      Parameters:

        name

          Description: Required. A name of the UrlList to delete. Must be in the format `projects/*/locations/{location}/urlLists/*`.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$

          Required: Yes

          Location: path

  • networksecurity.projects.locations.urlLists.list

      Path: v1beta1/{+parent}/urlLists

      Parameters:

        parent

          Description: Required. The project and location from which the UrlLists should be listed, specified in the format `projects/{project}/locations/{location}`.

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Type: string

        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.

        pageSize

          Type: integer

          Format: int32

          Description: Maximum number of UrlLists to return per call.

          Location: query

      Description: Lists UrlLists in a given project and location.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists

      HTTP Method: GET

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • networksecurity.projects.locations.urlLists.patch

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Parameters:

        updateMask

          Format: google-fieldmask

          Location: query

          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.

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$

          Location: path

          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])?$).

          Type: string

      HTTP Method: PATCH

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}

      Path: v1beta1/{+name}

      Description: Updates the parameters of a single UrlList.

  • networksecurity.projects.locations.urlLists.create

      Description: Creates a new UrlList in a given project and location.

      Path: v1beta1/{+parent}/urlLists

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        urlListId

          Location: query

          Type: string

          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".

        parent

          Description: Required. The parent resource of the UrlList. Must be in the format `projects/*/locations/{location}`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Type: string

          Location: path

          Required: Yes

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists

      Parameter Order: parent

  • networksecurity.projects.locations.urlLists.get

      HTTP Method: GET

      Description: Gets details of a single UrlList.

      Parameter Order: name

      Path: v1beta1/{+name}

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/urlLists/{urlListsId}

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameters:

        name

          Location: path

          Description: Required. A name of the UrlList to get. Must be in the format `projects/*/locations/{location}/urlLists/*`.

          Type: string

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/urlLists/[^/]+$

  • networksecurity.projects.locations.gatewaySecurityPolicies.create

      Parameter Order: parent

      Path: v1beta1/{+parent}/gatewaySecurityPolicies

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies

      Description: Creates a new GatewaySecurityPolicy in a given project and location.

      Parameters:

        parent

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Location: path

          Description: Required. The parent resource of the GatewaySecurityPolicy. Must be in the format `projects/{project}/locations/{location}`.

          Required: Yes

          Type: string

        gatewaySecurityPolicyId

          Location: query

          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".

          Type: string

      HTTP Method: POST

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • networksecurity.projects.locations.gatewaySecurityPolicies.get

      Parameters:

        name

          Location: path

          Required: Yes

          Description: Required. A name of the GatewaySecurityPolicy to get. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}

      HTTP Method: GET

      Path: v1beta1/{+name}

      Description: Gets details of a single GatewaySecurityPolicy.

  • networksecurity.projects.locations.gatewaySecurityPolicies.patch

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}

      Parameters:

        name

          Type: string

          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

        updateMask

          Format: google-fieldmask

          Type: string

          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.

      Description: Updates the parameters of a single GatewaySecurityPolicy.

      Scopes: https://www.googleapis.com/auth/cloud-platform

      HTTP Method: PATCH

      Parameter Order: name

      Path: v1beta1/{+name}

  • networksecurity.projects.locations.gatewaySecurityPolicies.delete

      Parameters:

        name

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Location: path

          Type: string

          Required: Yes

          Description: Required. A name of the GatewaySecurityPolicy to delete. Must be in the format `projects/{project}/locations/{location}/gatewaySecurityPolicies/*`.

      Path: v1beta1/{+name}

      HTTP Method: DELETE

      Parameter Order: name

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}

      Description: Deletes a single GatewaySecurityPolicy.

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • networksecurity.projects.locations.gatewaySecurityPolicies.list

      Parameter Order: parent

      HTTP Method: GET

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Path: v1beta1/{+parent}/gatewaySecurityPolicies

      Parameters:

        pageSize

          Location: query

          Format: int32

          Type: integer

          Description: Maximum number of GatewaySecurityPolicies to return per call.

        parent

          Type: string

          Description: Required. The project and location from which the GatewaySecurityPolicies should be listed, specified in the format `projects/{project}/locations/{location}`.

          Pattern: ^projects/[^/]+/locations/[^/]+$

          Required: Yes

          Location: path

        pageToken

          Location: query

          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.

      Description: Lists GatewaySecurityPolicies in a given project and location.

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.create

      Parameters:

        gatewaySecurityPolicyRuleId

          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

          Location: query

        parent

          Description: Required. The parent where this rule will be created. Format : projects/{project}/location/{location}/gatewaySecurityPolicies/*

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Required: Yes

          Type: string

          Location: path

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules

      Description: Creates a new GatewaySecurityPolicy in a given project and location.

      HTTP Method: POST

      Path: v1beta1/{+parent}/rules

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Parameter Order: parent

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.list

      HTTP Method: GET

      Parameters:

        pageSize

          Format: int32

          Description: Maximum number of GatewaySecurityPolicyRules to return per call.

          Type: integer

          Location: query

        parent

          Location: path

          Required: Yes

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+$

          Type: string

          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

          Type: string

          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.

          Location: query

      Parameter Order: parent

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Lists GatewaySecurityPolicyRules in a given project and location.

      Path: v1beta1/{+parent}/rules

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.patch

      Parameter Order: name

      Parameters:

        updateMask

          Format: google-fieldmask

          Type: string

          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.

        name

          Location: path

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$

          Type: string

          Required: Yes

          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])?$).

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}

      HTTP Method: PATCH

      Path: v1beta1/{+name}

      Description: Updates the parameters of a single GatewaySecurityPolicyRule.

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.get

      HTTP Method: GET

      Path: v1beta1/{+name}

      Parameter Order: name

      Parameters:

        name

          Location: path

          Type: string

          Description: Required. The name of the GatewaySecurityPolicyRule to retrieve. Format: projects/{project}/location/{location}/gatewaySecurityPolicies/*/rules/*

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$

          Required: Yes

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}

      Description: Gets details of a single GatewaySecurityPolicyRule.

      Scopes: https://www.googleapis.com/auth/cloud-platform

  • 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/*`.

          Pattern: ^projects/[^/]+/locations/[^/]+/gatewaySecurityPolicies/[^/]+/rules/[^/]+$

          Required: Yes

          Location: path

          Type: string

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Flat Path: v1beta1/projects/{projectsId}/locations/{locationsId}/gatewaySecurityPolicies/{gatewaySecurityPoliciesId}/rules/{rulesId}

      Path: v1beta1/{+name}

      HTTP Method: DELETE

      Parameter Order: name

      Description: Deletes a single GatewaySecurityPolicyRule.