UpdateDatabaseMetadata

Metadata type for the operation returned by databases.patch.

JSON representation
{
  "request": {
    object (UpdateDatabaseRequest)
  },
  "progress": {
    object (OperationProgress)
  },
  "cancelTime": string
}
Fields
request

object (UpdateDatabaseRequest)

The request for databases.patch.

progress

object (OperationProgress)

The progress of the databases.patch operation.

cancelTime

string (Timestamp format)

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is best-effort).

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

UpdateDatabaseRequest

The request for databases.patch.

JSON representation
{
  "database": {
    object (Database)
  },
  "updateMask": string
}
Fields
database

object (Database)

Required. The database to update. The name field of the database is of the form projects/<project>/instances/<instance>/databases/<database>.

updateMask

string (FieldMask format)

Required. The list of fields to update. Currently, only enableDropProtection field can be updated.

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".