google_api_spanner v0.0.1 GoogleApi.Spanner.V1.Model.Database View Source
A Cloud Spanner database.
Attributes
- name (String): Required. The name of the database. Values are of the form `projects/<project>/instances/<instance>/databases/<database>`, where `<database>` is as specified in the `CREATE DATABASE` statement. This name can be passed to other API methods to identify the database. Defaults to:
null. state (String): Output only. The current database state. Defaults to:
null.- Enum - one of [STATE_UNSPECIFIED, CREATING, READY]