google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.firestore/v1.getDatabase

Gets information about a database.

Using getDatabase

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getDatabase(args: GetDatabaseArgs, opts?: InvokeOptions): Promise<GetDatabaseResult>
function getDatabaseOutput(args: GetDatabaseOutputArgs, opts?: InvokeOptions): Output<GetDatabaseResult>
def get_database(database_id: Optional[str] = None,
                 project: Optional[str] = None,
                 opts: Optional[InvokeOptions] = None) -> GetDatabaseResult
def get_database_output(database_id: Optional[pulumi.Input[str]] = None,
                 project: Optional[pulumi.Input[str]] = None,
                 opts: Optional[InvokeOptions] = None) -> Output[GetDatabaseResult]
func LookupDatabase(ctx *Context, args *LookupDatabaseArgs, opts ...InvokeOption) (*LookupDatabaseResult, error)
func LookupDatabaseOutput(ctx *Context, args *LookupDatabaseOutputArgs, opts ...InvokeOption) LookupDatabaseResultOutput

> Note: This function is named LookupDatabase in the Go SDK.

public static class GetDatabase 
{
    public static Task<GetDatabaseResult> InvokeAsync(GetDatabaseArgs args, InvokeOptions? opts = null)
    public static Output<GetDatabaseResult> Invoke(GetDatabaseInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetDatabaseResult> getDatabase(GetDatabaseArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:firestore/v1:getDatabase
  arguments:
    # arguments dictionary

The following arguments are supported:

DatabaseId string
Project string
DatabaseId string
Project string
databaseId String
project String
databaseId string
project string
databaseId String
project String

getDatabase Result

The following output properties are available:

AppEngineIntegrationMode string

The App Engine integration mode to use for this database.

ConcurrencyMode string

The concurrency control mode to use for this database.

Etag string

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

KeyPrefix string

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

Location string

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

Name string

The resource name of the Database. Format: projects/{project}/databases/{database}

Type string

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

AppEngineIntegrationMode string

The App Engine integration mode to use for this database.

ConcurrencyMode string

The concurrency control mode to use for this database.

Etag string

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

KeyPrefix string

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

Location string

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

Name string

The resource name of the Database. Format: projects/{project}/databases/{database}

Type string

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

appEngineIntegrationMode String

The App Engine integration mode to use for this database.

concurrencyMode String

The concurrency control mode to use for this database.

etag String

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

keyPrefix String

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

location String

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

name String

The resource name of the Database. Format: projects/{project}/databases/{database}

type String

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

appEngineIntegrationMode string

The App Engine integration mode to use for this database.

concurrencyMode string

The concurrency control mode to use for this database.

etag string

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

keyPrefix string

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

location string

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

name string

The resource name of the Database. Format: projects/{project}/databases/{database}

type string

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

app_engine_integration_mode str

The App Engine integration mode to use for this database.

concurrency_mode str

The concurrency control mode to use for this database.

etag str

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

key_prefix str

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

location str

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

name str

The resource name of the Database. Format: projects/{project}/databases/{database}

type str

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

appEngineIntegrationMode String

The App Engine integration mode to use for this database.

concurrencyMode String

The concurrency control mode to use for this database.

etag String

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

keyPrefix String

The key_prefix for this database. This key_prefix is used, in combination with the project id ("~") to construct the application id that is returned from the Cloud Datastore APIs in Google App Engine first generation runtimes. This value may be empty in which case the appid to use for URL-encoded keys is the project_id (eg: foo instead of v~foo).

location String

The location of the database. Available databases are listed at https://cloud.google.com/firestore/docs/locations.

name String

The resource name of the Database. Format: projects/{project}/databases/{database}

type String

The type of the database. See https://cloud.google.com/datastore/docs/firestore-or-datastore for information about how to choose.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0