Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class DatabaseFlags.
Database flags for Cloud SQL instances.
Generated from protobuf message google.cloud.sql.v1beta4.DatabaseFlags
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
↳ value
string
The value of the flag. Boolean flags are set to on
for true and off
for false. This field must be omitted if the flag doesn't take a value.
getName
The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
string
setName
The name of the flag. These flags are passed at instance startup, so include both server options and system variables. Flags are specified with underscores, not hyphens. For more information, see Configuring Database Flags in the Cloud SQL documentation.
var
string
$this
getValue
The value of the flag. Boolean flags are set to on
for true
and off
for false. This field must be omitted if the flag
doesn't take a value.
string
setValue
The value of the flag. Boolean flags are set to on
for true
and off
for false. This field must be omitted if the flag
doesn't take a value.
var
string
$this