Interface protos.google.cloud.sql.v1.IFlag (0.4.0)

Properties of a Flag.

Package

@google-cloud/sql

Properties

allowedIntValues

allowedIntValues?:((number|Long|string)[]|null);

Flag allowedIntValues

allowedStringValues

allowedStringValues?:(string[]|null);

Flag allowedStringValues

appliesTo

appliesTo?:(google.cloud.sql.v1.SqlDatabaseVersion[]|null);

Flag appliesTo

inBeta

inBeta?:(google.protobuf.IBoolValue|null);

Flag inBeta

kind

kind?:(string|null);

Flag kind

maxValue

maxValue?:(google.protobuf.IInt64Value|null);

Flag maxValue

minValue

minValue?:(google.protobuf.IInt64Value|null);

Flag minValue

name

name?:(string|null);

Flag name

requiresRestart

requiresRestart?:(google.protobuf.IBoolValue|null);

Flag requiresRestart

type

type?:(google.cloud.sql.v1.SqlFlagType|keyoftypeofgoogle.cloud.sql.v1.SqlFlagType|null);

Flag type

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.