Firebase Management API (firebase:v1beta1)

2022-08-23

3 new methods | 1 updated method

Additions

    Methods
  • firebase.projects.iosApps.undelete

      Parameter Order : name

      Parameters :

        name

          Location : path

          Pattern : ^projects/[^/]+/iosApps/[^/]+$

          Description : Required. The resource name of the IosApp, in the format: projects/ PROJECT_IDENTIFIER/iosApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/iosApps/APP_ID Refer to the IosApp [name](../projects.iosApps#IosApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

          Type : string

          Required : Yes

      Description : Restores the specified IosApp to the project.

      Path : v1beta1/{+name}:undelete

      HTTP Method : POST

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1beta1/projects/{projectsId}/iosApps/{iosAppsId}:undelete

  • firebase.projects.androidApps.undelete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1beta1/{+name}:undelete

      HTTP Method : POST

      Description : Restores the specified AndroidApp to the project.

      Flat Path : v1beta1/projects/{projectsId}/androidApps/{androidAppsId}:undelete

      Parameters :

        name

          Required : Yes

          Type : string

          Description : Required. The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/androidApps/APP_ID Refer to the AndroidApp [name](../projects.androidApps#AndroidApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

          Location : path

          Pattern : ^projects/[^/]+/androidApps/[^/]+$

  • firebase.projects.webApps.undelete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/webApps/[^/]+$

          Location : path

          Type : string

          Description : Required. The resource name of the WebApp, in the format: projects/ PROJECT_IDENTIFIER/webApps/APP_ID Since an APP_ID is a unique identifier, the Unique Resource from Sub-Collection access pattern may be used here, in the format: projects/-/webApps/APP_ID Refer to the WebApp [name](../projects.webApps#WebApp.FIELDS.name) field for details about PROJECT_IDENTIFIER and APP_ID values.

      HTTP Method : POST

      Description : Restores the specified WebApp to the project.

      Path : v1beta1/{+name}:undelete

      Flat Path : v1beta1/projects/{projectsId}/webApps/{webAppsId}:undelete

Updates

    Methods
  • firebase.projects.list

      Parameters :

        showDeleted

          Description : Optional. Controls whether Projects in the DELETING state should be returned. Defaults to false.

          Type : boolean

          Location : query