Container Analysis API (containeranalysis:v1beta1)

2022-11-12

3 removed methods

Deletions

    Methods
  • containeranalysis.projects.scanConfigs.list

      Path: v1beta1/{+parent}/scanConfigs

      Parameters:

        filter

          Type: string

          Description: Required. The filter expression.

          Location: query

        pageSize

          Type: integer

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

          Location: query

          Format: int32

        parent

          Type: string

          Pattern: ^projects/[^/]+$

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

          Location: path

          Required: Yes

        pageToken

          Type: string

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

          Location: query

      HTTP Method: GET

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

      Description: Lists scan configurations for the specified project.

      Parameter Order: parent

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

  • containeranalysis.projects.scanConfigs.get

      Parameter Order: name

      HTTP Method: GET

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

      Path: v1beta1/{+name}

      Parameters:

        name

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

          Required: Yes

          Type: string

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

          Location: path

      Description: Gets the specified scan configuration.

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

  • containeranalysis.projects.scanConfigs.update

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

      HTTP Method: PUT

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

      Path: v1beta1/{+name}

      Parameter Order: name

      Parameters:

        name

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

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

          Required: Yes

          Location: path

          Type: string

      Description: Updates the specified scan configuration.