Network Security API (networksecurity:v1)

2023-04-14

20 new methods

Additions

    Methods
  • networksecurity.projects.locations.tlsInspectionPolicies.list

      Path: v1/{+parent}/tlsInspectionPolicies

      Parameters:

        parent

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

          Type: string

          Required: Yes

          Location: path

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

        pageToken

          Description: The value returned by the last 'ListTlsInspectionPoliciesResponse' Indicates that this is a continuation of a prior 'ListTlsInspectionPolicies' call, and that the system should return the next page of data.

          Location: query

          Type: string

        pageSize

          Type: integer

          Format: int32

          Location: query

          Description: Maximum number of TlsInspectionPolicies to return per call.

      Description: Lists TlsInspectionPolicies in a given project and location.

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

      Parameter Order: parent

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies

  • networksecurity.projects.locations.tlsInspectionPolicies.get

      Parameters:

        name

          Type: string

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

          Location: path

          Required: Yes

          Description: Required. A name of the TlsInspectionPolicy to get. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.

      Description: Gets details of a single TlsInspectionPolicy.

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}

      Parameter Order: name

      Path: v1/{+name}

      HTTP Method: GET

  • networksecurity.projects.locations.tlsInspectionPolicies.patch

      HTTP Method: PATCH

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

      Path: v1/{+name}

      Parameter Order: name

      Parameters:

        name

          Description: Required. Name of the resource. Name is of the form projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy} tls_inspection_policy should match the pattern:(^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$).

          Required: Yes

          Location: path

          Type: string

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

        updateMask

          Description: Optional. Field mask is used to specify the fields to be overwritten in the TlsInspectionPolicy 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

          Location: query

          Format: google-fieldmask

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}

      Description: Updates the parameters of a single TlsInspectionPolicy.

  • networksecurity.projects.locations.tlsInspectionPolicies.delete

      Description: Deletes a single TlsInspectionPolicy.

      HTTP Method: DELETE

      Path: v1/{+name}

      Parameters:

        name

          Required: Yes

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

          Description: Required. A name of the TlsInspectionPolicy to delete. Must be in the format `projects/{project}/locations/{location}/tlsInspectionPolicies/{tls_inspection_policy}`.

          Type: string

          Location: path

        force

          Location: query

          Description: If set to true, any rules for this TlsInspectionPolicy will also be deleted. (Otherwise, the request will only work if the TlsInspectionPolicy has no rules.)

          Type: boolean

      Parameter Order: name

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

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies/{tlsInspectionPoliciesId}

  • networksecurity.projects.locations.tlsInspectionPolicies.create

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

      Parameter Order: parent

      Path: v1/{+parent}/tlsInspectionPolicies

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/tlsInspectionPolicies

      Parameters:

        parent

          Location: path

          Required: Yes

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

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

          Type: string

        tlsInspectionPolicyId

          Description: Required. Short name of the TlsInspectionPolicy 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. "tls_inspection_policy1".

          Type: string

          Location: query

      HTTP Method: POST

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

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

      Description: Lists GatewaySecurityPolicyRules in a given project and location.

      HTTP Method: GET

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Location: query

          Description: Maximum number of GatewaySecurityPolicyRules to return per call.

        pageToken

          Type: string

          Location: query

          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.

        parent

          Location: path

          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}`.

          Required: Yes

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

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

      Path: v1/{+parent}/rules

      Parameter Order: parent

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

  • networksecurity.projects.locations.gatewaySecurityPolicies.rules.delete

      HTTP Method: DELETE

      Description: Deletes a single GatewaySecurityPolicyRule.

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

      Path: v1/{+name}

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

      Parameter Order: name

      Parameters:

        name

          Location: path

          Type: string

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

          Required: Yes

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

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

      Path: v1/{+parent}/rules

      Parameter Order: parent

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

      Parameters:

        parent

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

          Required: Yes

          Location: path

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

          Type: string

        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

      HTTP Method: POST

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

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

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

      Parameter Order: name

      HTTP Method: GET

      Description: Gets details of a single GatewaySecurityPolicyRule.

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

      Parameters:

        name

          Location: path

          Required: Yes

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

          Type: string

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

      Path: v1/{+name}

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

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

      HTTP Method: PATCH

      Description: Updates the parameters of a single GatewaySecurityPolicyRule.

      Path: v1/{+name}

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

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

      Parameters:

        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.

          Format: google-fieldmask

          Location: query

        name

          Location: path

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

          Type: string

          Required: Yes

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

      Parameter Order: name

  • networksecurity.projects.locations.gatewaySecurityPolicies.list

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

      Description: Lists GatewaySecurityPolicies in a given project and location.

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

      Parameters:

        pageToken

          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.

          Type: string

          Location: query

        parent

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

          Type: string

          Required: Yes

          Location: path

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

        pageSize

          Format: int32

          Location: query

          Type: integer

          Description: Maximum number of GatewaySecurityPolicies to return per call.

      Path: v1/{+parent}/gatewaySecurityPolicies

      HTTP Method: GET

      Parameter Order: parent

  • networksecurity.projects.locations.gatewaySecurityPolicies.get

      Path: v1/{+name}

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

      Parameters:

        name

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

          Type: string

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

          Required: Yes

          Location: path

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

      Parameter Order: name

      Description: Gets details of a single GatewaySecurityPolicy.

      HTTP Method: GET

  • networksecurity.projects.locations.gatewaySecurityPolicies.patch

      Path: v1/{+name}

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

      Parameters:

        updateMask

          Type: string

          Format: google-fieldmask

          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

          Required: Yes

          Location: path

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

          Type: string

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

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

      HTTP Method: PATCH

      Parameter Order: name

      Description: Updates the parameters of a single GatewaySecurityPolicy.

  • networksecurity.projects.locations.gatewaySecurityPolicies.delete

      Path: v1/{+name}

      Description: Deletes a single GatewaySecurityPolicy.

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

      Parameter Order: name

      Parameters:

        name

          Location: path

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

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

          Required: Yes

          Type: string

      HTTP Method: DELETE

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

  • networksecurity.projects.locations.gatewaySecurityPolicies.create

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

      Parameter Order: parent

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

      HTTP Method: POST

      Parameters:

        parent

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

          Type: string

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

          Location: path

          Required: Yes

        gatewaySecurityPolicyId

          Type: string

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

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

      Path: v1/{+parent}/gatewaySecurityPolicies

  • networksecurity.projects.locations.urlLists.delete

      HTTP Method: DELETE

      Path: v1/{+name}

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

      Description: Deletes a single UrlList.

      Parameter Order: name

      Parameters:

        name

          Location: path

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

          Required: Yes

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

          Type: string

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

  • networksecurity.projects.locations.urlLists.create

      HTTP Method: POST

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

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

      Parameter Order: parent

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

      Path: v1/{+parent}/urlLists

      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

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

          Type: string

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

          Required: Yes

          Location: path

  • networksecurity.projects.locations.urlLists.list

      Parameters:

        parent

          Required: Yes

          Location: path

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

          Type: string

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

        pageToken

          Location: query

          Type: string

          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

          Description: Maximum number of UrlLists to return per call.

          Type: integer

          Format: int32

          Location: query

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

      Path: v1/{+parent}/urlLists

      HTTP Method: GET

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

      Description: Lists UrlLists in a given project and location.

      Parameter Order: parent

  • networksecurity.projects.locations.urlLists.get

      Path: v1/{+name}

      Description: Gets details of a single UrlList.

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

      HTTP Method: GET

      Parameter Order: name

      Parameters:

        name

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

          Location: path

          Type: string

          Required: Yes

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

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

  • networksecurity.projects.locations.urlLists.patch

      Parameters:

        updateMask

          Location: query

          Format: google-fieldmask

          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

          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

          Required: Yes

      HTTP Method: PATCH

      Parameter Order: name

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

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

      Path: v1/{+name}

      Description: Updates the parameters of a single UrlList.