Chrome Management API (chromemanagement:v1)

2025-07-12

3 new methods

Additions

    Methods
  • chromemanagement.customers.profiles.commands.create

      Path : v1/{+parent}/commands

      Flat Path : v1/customers/{customersId}/profiles/{profilesId}/commands

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}

          Pattern : ^customers/[^/]+/profiles/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/chrome.management.profiles

      Description : Creates a Chrome browser profile remote command.

  • chromemanagement.customers.profiles.commands.get

  • chromemanagement.customers.profiles.commands.list

      Path : v1/{+parent}/commands

      Flat Path : v1/customers/{customersId}/profiles/{profilesId}/commands

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Format: customers/{customer_id}/profiles/{profile_permanent_id}

          Pattern : ^customers/[^/]+/profiles/[^/]+$

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. The maximum number of commands to return. The default page size is 100 if page_size is unspecified, and the maximum page size allowed is 100.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. The page token used to retrieve a specific page of the listing request.

          Location : query

          Type : string

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/chrome.management.profiles
    • https://www.googleapis.com/auth/chrome.management.profiles.readonly
    • Description : Lists remote commands of a Chrome browser profile.