- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`ancestors
Type: UNORDERED_LIST_STRING
create_time
Type: TIMESTAMP
Provider name: createTime
Description: Output only. If exists, the time at which the database creation started.
database_dialect
Type: STRING
Provider name: databaseDialect
Description: Output only. The dialect of the Cloud Spanner Database.
Possible values:
DATABASE_DIALECT_UNSPECIFIED
- Default value. This value will create a database with the GOOGLE_STANDARD_SQL dialect.GOOGLE_STANDARD_SQL
- GoogleSQL supported SQL.POSTGRESQL
- PostgreSQL supported SQL.default_leader
Type: STRING
Provider name: defaultLeader
Description: Output only. The read-write region which contains the database’s leader replicas. This is the same as the value of default_leader database option set using DatabaseAdmin.CreateDatabase or DatabaseAdmin.UpdateDatabaseDdl. If not explicitly set, this is empty.
earliest_version_time
Type: TIMESTAMP
Provider name: earliestVersionTime
Description: Output only. Earliest timestamp at which older versions of the data can be read. This value is continuously updated by Cloud Spanner and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
enable_drop_protection
Type: BOOLEAN
Provider name: enableDropProtection
Description: Optional. Whether drop protection is enabled for this database. Defaults to false, if not set. For more details, please see how to prevent accidental database deletion.
encryption_config
Type: STRUCT
Provider name: encryptionConfig
Description: Output only. For databases that are using customer managed encryption, this field contains the encryption configuration for the database. For databases that are using Google default or other types of encryption, this field is empty.
kms_key_name
STRING
kmsKeyName
projects//locations//keyRings//cryptoKeys/
.kms_key_names
UNORDERED_LIST_STRING
kmsKeyNames
projects//locations//keyRings//cryptoKeys/
. The keys referenced by kms_key_names
must fully cover all regions of the database’s instance configuration. Some examples: * For regional (single-region) instance configurations, specify a regional location KMS key. * For multi-region instance configurations of type GOOGLE_MANAGED
, either specify a multi-region location KMS key or multiple regional location KMS keys that cover all regions in the instance configuration. * For an instance configuration of type USER_MANAGED
, specify only regional location KMS keys to cover each region in the instance configuration. Multi-region location KMS keys aren’t supported for USER_MANAGED
type instance configurations.encryption_info
Type: UNORDERED_LIST_STRUCT
Provider name: encryptionInfo
Description: Output only. For databases that are using customer managed encryption, this field contains the encryption information for the database, such as all Cloud KMS key versions that are in use. The encryption_status
field inside of each EncryptionInfo
is not populated. For databases that are using Google default or other types of encryption, this field is empty. This field is propagated lazily from the backend. There might be a delay from when a key version is being used and when it appears in this field.
encryption_status
STRUCT
encryptionStatus
code
INT32
code
message
STRING
message
encryption_type
STRING
encryptionType
TYPE_UNSPECIFIED
- Encryption type was not specified, though data at rest remains encrypted.GOOGLE_DEFAULT_ENCRYPTION
- The data is encrypted at rest with a key that is fully managed by Google. No key version or status will be populated. This is the default state.CUSTOMER_MANAGED_ENCRYPTION
- The data is encrypted at rest with a key that is managed by the customer. The active version of the key. kms_key_version
will be populated, and encryption_status
may be populated.kms_key_version
STRING
kmsKeyVersion
labels
Type: UNORDERED_LIST_STRING
name
Type: STRING
Provider name: name
Description: Required. The name of the database. Values are of the form projects//instances//databases/
, where `` is as specified in the CREATE DATABASE
statement. This name can be passed to other API methods to identify the database.
organization_id
Type: STRING
parent
Type: STRING
project_id
Type: STRING
project_number
Type: STRING
quorum_info
Type: STRUCT
Provider name: quorumInfo
Description: Output only. Applicable only for databases that use dual-region instance configurations. Contains information about the quorum.
etag
STRING
etag
ChangeQuorum
requests that might create a race condition.initiator
STRING
initiator
ChangeQuorum
is Google or User initiated.INITIATOR_UNSPECIFIED
- Unspecified.GOOGLE
- ChangeQuorum
initiated by Google.USER
- ChangeQuorum
initiated by User.quorum_type
STRUCT
quorumType
dual_region
Type: STRUCT
Provider name: dualRegion
Description: Dual-region quorum type.
single_region
Type: STRUCT
Provider name: singleRegion
Description: Single-region quorum type.
serving_location
STRING
servingLocation
start_time
TIMESTAMP
startTime
reconciling
Type: BOOLEAN
Provider name: reconciling
Description: Output only. If true, the database is being updated. If false, there are no ongoing update operations for the database.
resource_name
Type: STRING
restore_info
Type: STRUCT
Provider name: restoreInfo
Description: Output only. Applicable only for restored databases. Contains information about the restore source.
backup_info
STRUCT
backupInfo
backup
STRING
backup
create_time
TIMESTAMP
createTime
source_database
STRING
sourceDatabase
version_time
TIMESTAMP
versionTime
source_database
at the timestamp specified by version_time
. If the CreateBackup request did not specify version_time
, the version_time
of the backup is equivalent to the create_time
.source_type
STRING
sourceType
TYPE_UNSPECIFIED
- No restore associated.BACKUP
- A backup was used as the source of the restore.state
Type: STRING
Provider name: state
Description: Output only. The current database state.
Possible values:
STATE_UNSPECIFIED
- Not specified.CREATING
- The database is still being created. Operations on the database may fail with FAILED_PRECONDITION
in this state.READY
- The database is fully created and ready for use.READY_OPTIMIZING
- The database is fully created and ready for use, but is still being optimized for performance and cannot handle full load. In this state, the database still references the backup it was restore from, preventing the backup from being deleted. When optimizations are complete, the full performance of the database will be restored, and the database will transition to READY
state.tags
Type: UNORDERED_LIST_STRING
version_retention_period
Type: STRING
Provider name: versionRetentionPeriod
Description: Output only. The period in which Cloud Spanner retains all versions of data for the database. This is the same as the value of version_retention_period database option set using UpdateDatabaseDdl. Defaults to 1 hour, if not set.