Container Analysis API (containeranalysis:v1beta1)

2022-11-08

3 removed methods

Deletions

    Methods
  • containeranalysis.projects.scanConfigs.update

      Parameter Order: name

      Parameters:

        name

          Required: Yes

          Type: string

          Location: path

          Description: Required. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.

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

      Flat Path: v1beta1/projects/{projectsId}/scanConfigs/{scanConfigsId}

      Description: Updates the specified scan configuration.

      HTTP Method: PUT

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

      Path: v1beta1/{+name}

  • containeranalysis.projects.scanConfigs.get

      Description: Gets the specified scan configuration.

      Flat Path: v1beta1/projects/{projectsId}/scanConfigs/{scanConfigsId}

      HTTP Method: GET

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

      Parameter Order: name

      Path: v1beta1/{+name}

      Parameters:

        name

          Description: Required. The name of the scan configuration in the form of `projects/[PROJECT_ID]/scanConfigs/[SCAN_CONFIG_ID]`.

          Type: string

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

          Required: Yes

          Location: path

  • containeranalysis.projects.scanConfigs.list

      HTTP Method: GET

      Parameters:

        pageToken

          Type: string

          Location: query

          Description: Token to provide to skip to a particular spot in the list.

        parent

          Type: string

          Description: Required. The name of the project to list scan configurations for in the form of `projects/[PROJECT_ID]`.

          Pattern: ^projects/[^/]+$

          Location: path

          Required: Yes

        filter

          Location: query

          Description: Required. The filter expression.

          Type: string

        pageSize

          Format: int32

          Type: integer

          Location: query

          Description: The number of scan configs to return in the list.

      Path: v1beta1/{+parent}/scanConfigs

      Parameter Order: parent

      Flat Path: v1beta1/projects/{projectsId}/scanConfigs

      Description: Lists scan configurations for the specified project.

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