Firebase Realtime Database Management API (firebasedatabase:v1beta)

2022-04-02

1 new method

Additions

    Methods
  • firebasedatabase.projects.locations.instances.undelete

      Description: Restores a DatabaseInstance that was previously marked to be deleted. This may only be used on a DatabaseInstance in the DELETED state. Purged DatabaseInstance's may not be recovered.

      Flat Path: v1beta/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:undelete

      Parameter Order: name

      Scopes:

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/firebase
    • Path: v1beta/{+name}:undelete

      Parameters:

        name

          Required: Yes

          Description: The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/instances/[^/]+$

      HTTP Method: POST