Cloud Profiler API (cloudprofiler:v2)

2023-12-15

1 new method

Additions

    Methods
  • cloudprofiler.projects.profiles.list

      Path : v2/{+parent}/profiles

      Flat Path : v2/projects/{projectsId}/profiles

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. The parent, which owns this collection of profiles. Format: projects/{user_project_id}

          Pattern : ^projects/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : The maximum number of items to return. Default page_size is 1000. Max limit is 10000.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : The token to continue pagination and get profiles from a particular page. When paginating, all other parameters provided to `ListProfiles` must match the call that provided the page token.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/monitoring
    • https://www.googleapis.com/auth/monitoring.write
    • Description : Lists profiles which have been collected so far and for which the caller has permission to view.