Firebase Hosting API (firebasehosting:v1)

2023-09-12

2 new methods

Additions

    Methods
  • firebasehosting.projects.sites.customDomains.operations.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/sites/{sitesId}/customDomains/{customDomainsId}/operations/{operationsId}

      HTTP Method : DELETE

      Parameters :

        name

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

          Pattern : ^projects/[^/]+/sites/[^/]+/customDomains/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Description : DeleteOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.

  • firebasehosting.projects.sites.customDomains.operations.cancel

      Path : v1/{+name}:cancel

      Flat Path : v1/projects/{projectsId}/sites/{sitesId}/customDomains/{customDomainsId}/operations/{operationsId}:cancel

      HTTP Method : POST

      Parameters :

        name

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

          Pattern : ^projects/[^/]+/sites/[^/]+/customDomains/[^/]+/operations/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Description : CancelOperation is a part of the google.longrunning.Operations interface, but is not implemented for CustomDomain resources.