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.
Parameters | |
---|---|
Name | Description |
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 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |