Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class DatabaseFlags.
Database flags for Cloud SQL instances.
Generated from protobuf message google.cloud.sql.v1.DatabaseFlags
Namespace
Google \ Cloud \ Sql \ V1Methods
__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. Booleans are set to onfor true and offfor 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. Booleans are set to onfor true and offfor false. This field must be omitted if the flag doesn't take a value.
string
setValue
The value of the flag. Booleans are set to onfor true and offfor false. This field must be omitted if the flag doesn't take a value.
var
string
$this