Interface protos.google.cloud.alloydb.v1alpha.ISupportedDatabaseFlag (1.6.0)

Properties of a SupportedDatabaseFlag.

Package

@google-cloud/alloydb

Properties

acceptsMultipleValues

acceptsMultipleValues?: (boolean|null);

SupportedDatabaseFlag acceptsMultipleValues

flagName

flagName?: (string|null);

SupportedDatabaseFlag flagName

integerRestrictions

integerRestrictions?: (google.cloud.alloydb.v1alpha.SupportedDatabaseFlag.IIntegerRestrictions|null);

SupportedDatabaseFlag integerRestrictions

name

name?: (string|null);

SupportedDatabaseFlag name

requiresDbRestart

requiresDbRestart?: (boolean|null);

SupportedDatabaseFlag requiresDbRestart

stringRestrictions

stringRestrictions?: (google.cloud.alloydb.v1alpha.SupportedDatabaseFlag.IStringRestrictions|null);

SupportedDatabaseFlag stringRestrictions

supportedDbVersions

supportedDbVersions?: (google.cloud.alloydb.v1alpha.DatabaseVersion[]|null);

SupportedDatabaseFlag supportedDbVersions

valueType

valueType?: (google.cloud.alloydb.v1alpha.SupportedDatabaseFlag.ValueType|keyof typeof google.cloud.alloydb.v1alpha.SupportedDatabaseFlag.ValueType|null);

SupportedDatabaseFlag valueType