Chrome Management API (chromemanagement:v1)

2026-04-18

4 new methods

Additions

    Methods
  • chromemanagement.customers.connectorConfigs.get

      Parameter Order : name

      Parameters :

        name

          Type : string

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

          Required : Yes

          Description : Required. Format: customers/{customer}/connectorConfigs/{connector_config}

          Location : path

      Path : v1/{+name}

      HTTP Method : GET

      Flat Path : v1/customers/{customersId}/connectorConfigs/{connectorConfigsId}

      Description : Gets a connector config with customer ID and config ID.

  • chromemanagement.customers.connectorConfigs.list

      Path : v1/{+parent}/connectorConfigs

      HTTP Method : GET

      Flat Path : v1/customers/{customersId}/connectorConfigs

      Parameter Order : parent

      Parameters :

        pageSize

          Description : Optional. The maximum number of connector configs to return. The default page size is 50 if page_size is unspecified, and the maximum page size allowed is 100. Values above 100 will be capped at 100.

          Location : query

          Format : int32

          Type : integer

        parent

          Type : string

          Description : Required. Format: customers/{customer}

          Location : path

          Pattern : ^customers/[^/]+$

          Required : Yes

        pageToken

          Type : string

          Description : Optional. A page token, received from a previous `ListConnectorConfigs` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListConnectorConfigs` must match the call that provided the page token.

          Location : query

      Description : Lists connector configs of a customer.

  • chromemanagement.customers.connectorConfigs.create

      Flat Path : v1/customers/{customersId}/connectorConfigs

      Parameters :

        parent

          Type : string

          Pattern : ^customers/[^/]+$

          Required : Yes

          Description : Required. Format: customers/{customer}

          Location : path

        connectorConfigId

          Type : string

          Description : Optional. ID to use for the connector config, which becomes the final component of the connector config's resource name. If provided, the ID must be 1-63 characters long, and contain only lowercase letters, digits, and hyphens. It must start with a letter, and end with a letter or number. If not provided, the connector config will be assigned a random UUID.

          Location : query

      Parameter Order : parent

      Path : v1/{+parent}/connectorConfigs

      HTTP Method : POST

      Description : Creates a connector config.

  • chromemanagement.customers.connectorConfigs.delete

      Description : Deletes a connector config.

      Parameters :

        etag

          Type : string

          Description : Optional. The etag of the connector config. If an etag is provided and does not match the current etag of the connector config, deletion will be blocked and an ABORTED error will be returned.

          Location : query

        name

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

          Required : Yes

          Description : Required. Format: customers/{customer}/connectorConfigs/{connector_config}

          Location : path

          Type : string

      Parameter Order : name

      Flat Path : v1/customers/{customersId}/connectorConfigs/{connectorConfigsId}

      Path : v1/{+name}

      HTTP Method : DELETE