Interface protos.google.cloud.sql.v1.IDatabase (0.16.0)

Properties of a Database.

Package

@google-cloud/sql

Properties

charset

charset?:(string|null);

Database charset

collation

collation?:(string|null);

Database collation

etag

etag?:(string|null);

Database etag

instance

instance?:(string|null);

Database instance

kind

kind?:(string|null);

Database kind

name

name?:(string|null);

Database name

project

project?:(string|null);

Database project

selfLink

selfLink?:(string|null);

Database selfLink

sqlserverDatabaseDetails

sqlserverDatabaseDetails?:(google.cloud.sql.v1.ISqlServerDatabaseDetails|null);

Database sqlserverDatabaseDetails

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.