Firebase Realtime Database API . projects . locations . instances

Instance Methods

close()

Close httplib2 connections.

create(parent, body=None, databaseId=None, validateOnly=None, x__xgafv=None)

Requests that a new DatabaseInstance be created. The state of a successfully created DatabaseInstance is ACTIVE. Only available for projects on the Blaze plan. Projects can be upgraded using the Cloud Billing API https://cloud.google.com/billing/reference/rest/v1/projects/updateBillingInfo. Note that it might take a few minutes for billing enablement state to propagate to Firebase systems.

delete(name, x__xgafv=None)

Marks a DatabaseInstance to be deleted. The DatabaseInstance will be set to the DELETED state for 20 days, and will be purged within 30 days. The default database cannot be deleted. IDs for deleted database instances may never be recovered or re-used. The Database may only be deleted if it is already in a DISABLED state.

disable(name, body=None, x__xgafv=None)

Disables a DatabaseInstance. The database can be re-enabled later using ReenableDatabaseInstance. When a database is disabled, all reads and writes are denied, including view access in the Firebase console.

get(name, x__xgafv=None)

Gets the DatabaseInstance identified by the specified resource name.

list(parent, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)

Lists each DatabaseInstance associated with the specified parent project. The list items are returned in no particular order, but will be a consistent view of the database instances when additional requests are made with a `pageToken`. The resulting list contains instances in any STATE. The list results may be stale by a few seconds. Use GetDatabaseInstance for consistent reads.

list_next()

Retrieves the next page of results.

reenable(name, body=None, x__xgafv=None)

Enables a DatabaseInstance. The database must have been disabled previously using DisableDatabaseInstance. The state of a successfully reenabled DatabaseInstance is ACTIVE.

undelete(name, body=None, x__xgafv=None)

Restores a DatabaseInstance that was previously marked to be deleted. After the delete method is used, DatabaseInstances are set to the DELETED state for 20 days, and will be purged within 30 days. Databases in the DELETED state can be undeleted without losing any data. This method may only be used on a DatabaseInstance in the DELETED state. Purged DatabaseInstances may not be recovered.

Method Details

close()
Close httplib2 connections.
create(parent, body=None, databaseId=None, validateOnly=None, x__xgafv=None)
Requests that a new DatabaseInstance be created. The state of a successfully created DatabaseInstance is ACTIVE. Only available for projects on the Blaze plan. Projects can be upgraded using the Cloud Billing API https://cloud.google.com/billing/reference/rest/v1/projects/updateBillingInfo. Note that it might take a few minutes for billing enablement state to propagate to Firebase systems.

Args:
  parent: string, Required. The parent project for which to create a database instance, in the form: `projects/{project-number}/locations/{location-id}`. (required)
  body: object, The request body.
    The object takes the form of:

{ # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}

  databaseId: string, The globally unique identifier of the database instance.
  validateOnly: boolean, When set to true, the request will be validated but not submitted.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}
delete(name, x__xgafv=None)
Marks a DatabaseInstance to be deleted. The DatabaseInstance will be set to the DELETED state for 20 days, and will be purged within 30 days. The default database cannot be deleted. IDs for deleted database instances may never be recovered or re-used. The Database may only be deleted if it is already in a DISABLED state.

Args:
  name: string, Required. The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}` (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}
disable(name, body=None, x__xgafv=None)
Disables a DatabaseInstance. The database can be re-enabled later using ReenableDatabaseInstance. When a database is disabled, all reads and writes are denied, including view access in the Firebase console.

Args:
  name: string, Required. The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}` (required)
  body: object, The request body.
    The object takes the form of:

{ # The request sent to the DisableDatabaseInstance method.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}
get(name, x__xgafv=None)
Gets the DatabaseInstance identified by the specified resource name.

Args:
  name: string, Required. The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`. `database-id` is a globally unique identifier across all parent collections. For convenience, this method allows you to supply `-` as a wildcard character in place of specific collections under `projects` and `locations`. The resulting wildcarding form of the method is: `projects/-/locations/-/instances/{database-id}`. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}
list(parent, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)
Lists each DatabaseInstance associated with the specified parent project. The list items are returned in no particular order, but will be a consistent view of the database instances when additional requests are made with a `pageToken`. The resulting list contains instances in any STATE. The list results may be stale by a few seconds. Use GetDatabaseInstance for consistent reads.

Args:
  parent: string, Required. The parent project for which to list database instances, in the form: `projects/{project-number}/locations/{location-id}` To list across all locations, use a parent in the form: `projects/{project-number}/locations/-` (required)
  pageSize: integer, The maximum number of database instances to return in the response. The server may return fewer than this at its discretion. If no value is specified (or too large a value is specified), then the server will impose its own limit.
  pageToken: string, Token returned from a previous call to `ListDatabaseInstances` indicating where in the set of database instances to resume listing.
  showDeleted: boolean, Indicate that DatabaseInstances in the `DELETED` state should also be returned.
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The response from the ListDatabaseInstances method.
  "instances": [ # List of each DatabaseInstance that is in the parent Firebase project.
    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
      "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
      "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
      "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
      "state": "A String", # Output only. The database's lifecycle state. Read-only.
      "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
    },
  ],
  "nextPageToken": "A String", # If the result list is too large to fit in a single response, then a token is returned. If the string is empty, then this response is the last page of results. This token can be used in a subsequent call to `ListDatabaseInstances` to find the next group of database instances. Page tokens are short-lived and should not be persisted.
}
list_next()
Retrieves the next page of results.

        Args:
          previous_request: The request for the previous page. (required)
          previous_response: The response from the request for the previous page. (required)

        Returns:
          A request object that you can call 'execute()' on to request the next
          page. Returns None if there are no more items in the collection.
        
reenable(name, body=None, x__xgafv=None)
Enables a DatabaseInstance. The database must have been disabled previously using DisableDatabaseInstance. The state of a successfully reenabled DatabaseInstance is ACTIVE.

Args:
  name: string, Required. The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}` (required)
  body: object, The request body.
    The object takes the form of:

{ # The request sent to the ReenableDatabaseInstance method.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}
undelete(name, body=None, x__xgafv=None)
Restores a DatabaseInstance that was previously marked to be deleted. After the delete method is used, DatabaseInstances are set to the DELETED state for 20 days, and will be purged within 30 days. Databases in the DELETED state can be undeleted without losing any data. This method may only be used on a DatabaseInstance in the DELETED state. Purged DatabaseInstances may not be recovered.

Args:
  name: string, Required. The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}` (required)
  body: object, The request body.
    The object takes the form of:

{ # The request sent to UndeleteDatabaseInstance method.
}

  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # Representation of a Realtime Database instance. Details on interacting with contents of a DatabaseInstance can be found at: https://firebase.google.com/docs/database/rest/start.
  "databaseUrl": "A String", # Output only. Output Only. The globally unique hostname of the database.
  "name": "A String", # The fully qualified resource name of the database instance, in the form: `projects/{project-number}/locations/{location-id}/instances/{database-id}`.
  "project": "A String", # Output only. The resource name of the project this instance belongs to. For example: `projects/{project-number}`.
  "state": "A String", # Output only. The database's lifecycle state. Read-only.
  "type": "A String", # Immutable. The database instance type. On creation only USER_DATABASE is allowed, which is also the default when omitted.
}