Get Supported Database Flags Supported Database Flag
Constructors
Properties
Whether the database flag accepts multiple values. If true, a comma-separated list of stringified values may be specified.
Restriction on INTEGER
type value. Specifies the minimum value and the maximum value that can be specified, if applicable.
Whether setting or updating this flag on an Instance requires a database restart. If a flag that requires database restart is set, the backend will automatically restart the database (making sure to satisfy any availability SLO's).
Restriction on STRING
type value. The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
Major database engine versions for which this flag is supported. The supported values are POSTGRES_14
and DATABASE_VERSION_UNSPECIFIED
.
ValueType describes the semantic type of the value that the flag accepts. Regardless of the ValueType, the Instance.database_flags field accepts the stringified version of the value, i.e. "20" or "3.14". The supported values are VALUE_TYPE_UNSPECIFIED
, STRING
, INTEGER
, FLOAT
and NONE
.