Liking cljdoc? Tell your friends :D

happygapi.firebasedatabase.projects

Firebase Realtime Database Management API: projects. The Firebase Realtime Database Management API enables programmatic provisioning and management of Realtime Database instances. See: https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects

Firebase Realtime Database Management API: projects.
The Firebase Realtime Database Management API enables programmatic provisioning and management of Realtime Database instances.
See: https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects
raw docstring

locations-instances-create$clj

(locations-instances-create$ auth parameters body)

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/create

Required parameters: parent

Optional parameters: validateOnly, databaseId

Body:

{:name string, :databaseUrl string, :type string, :project string, :state string}

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.

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/create

Required parameters: parent

Optional parameters: validateOnly, databaseId

Body: 

{:name string,
 :databaseUrl string,
 :type string,
 :project string,
 :state string}

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.
sourceraw docstring

locations-instances-delete$clj

(locations-instances-delete$ auth parameters)

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/delete

Required parameters: name

Optional parameters: none

Marks a DatabaseInstance to be deleted. The DatabaseInstance 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.

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/delete

Required parameters: name

Optional parameters: none

Marks a DatabaseInstance to be deleted. The DatabaseInstance 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.
sourceraw docstring

locations-instances-disable$clj

(locations-instances-disable$ auth parameters body)

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/disable

Required parameters: name

Optional parameters: none

Body:

{}

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.

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/disable

Required parameters: name

Optional parameters: none

Body: 

{}

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.
sourceraw docstring

locations-instances-get$clj

(locations-instances-get$ auth parameters)

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/get

Required parameters: name

Optional parameters: none

Gets the DatabaseInstance identified by the specified resource name.

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/get

Required parameters: name

Optional parameters: none

Gets the DatabaseInstance identified by the specified resource name.
sourceraw docstring

locations-instances-list$clj

(locations-instances-list$ auth parameters)

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/list

Required parameters: parent

Optional parameters: pageSize, pageToken

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.

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/list

Required parameters: parent

Optional parameters: pageSize, pageToken

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.
sourceraw docstring

locations-instances-reenable$clj

(locations-instances-reenable$ auth parameters body)

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/reenable

Required parameters: name

Optional parameters: none

Body:

{}

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

https://firebase.google.com/docs/reference/rest/database/database-management/rest/api/reference/rest/v1beta/projects/locations/instances/reenable

Required parameters: name

Optional parameters: none

Body: 

{}

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close