Google Cloud Sql Admin V1 Client - Class DatabaseFlags (0.10.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$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.

Returns
TypeDescription
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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this