Chrome Management API (chromemanagement:v1)

2025-10-08

9 new methods

Additions

    Methods
  • chromemanagement.customers.certificateProvisioningProcesses.claim

      Path : v1/{+name}:claim

      Flat Path : v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:claim

      HTTP Method : POST

      Parameters :

        name

          Description : Required. Resource name of the `CertificateProvisioningProcess` to claim. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Claims a certificate provisioning process. For each certificate provisioning process, this operation can succeed only for one `caller_instance_id`.

  • chromemanagement.customers.certificateProvisioningProcesses.get

      Path : v1/{+name}

      Flat Path : v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Retrieves a certificate provisioning process.

  • chromemanagement.customers.certificateProvisioningProcesses.signData

      Path : v1/{+name}:signData

      Flat Path : v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:signData

      HTTP Method : POST

      Parameters :

        name

          Description : Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Requests the client that initiated a certificate provisioning process to sign data. This should only be called after `ClaimCertificateProvisioningProcess` has been successfully executed.

  • chromemanagement.customers.certificateProvisioningProcesses.uploadCertificate

      Path : v1/{+name}:uploadCertificate

      Flat Path : v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:uploadCertificate

      HTTP Method : POST

      Parameters :

        name

          Description : Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Uploads a successfully issued certificate for a certificate provisioning process.

  • chromemanagement.customers.certificateProvisioningProcesses.setFailure

      Path : v1/{+name}:setFailure

      Flat Path : v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}:setFailure

      HTTP Method : POST

      Parameters :

        name

          Description : Required. Resource name of the `CertificateProvisioningProcess` to return. The name pattern is given as `customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process}` with `{customer}` being the obfuscated customer id and `{certificate_provisioning_process}` being the certificate provisioning process id.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Marks a certificate provisioning process as failed.

  • chromemanagement.customers.certificateProvisioningProcesses.operations.get

      Path : v1/{+name}

      Flat Path : v1/customers/{customersId}/certificateProvisioningProcesses/{certificateProvisioningProcessesId}/operations/{operationsId}

      HTTP Method : GET

      Parameters :

        name

          Description : The name of the operation resource.

          Pattern : ^customers/[^/]+/certificateProvisioningProcesses/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

  • chromemanagement.operations.list

      Path : v1/{+name}

      Flat Path : v1/operations

      HTTP Method : GET

      Parameters :

        name

          Description : The name of the operation's parent resource.

          Pattern : ^operations$

          Location : path

          Required : Yes

          Type : string

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        pageSize

          Description : The standard list page size.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        returnPartialSuccess

          Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the [ListOperationsResponse.unreachable] field. This can only be `true` when reading across collections e.g. when `parent` is set to `"projects/example/locations/-"`. This field is not by default supported and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.

          Location : query

          Type : boolean

      Parameter Order : name

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

  • chromemanagement.operations.delete

      Path : v1/{+name}

      Flat Path : v1/operations/{operationsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : The name of the operation resource to be deleted.

          Pattern : ^operations/.*$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.

  • chromemanagement.operations.cancel

      Path : v1/{+name}:cancel

      Flat Path : v1/operations/{operationsId}:cancel

      HTTP Method : POST

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Pattern : ^operations/.*$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Description : Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.