Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class SqlFlagsListRequest.
Flags list request.
Generated from protobuf message google.cloud.sql.v1.SqlFlagsListRequest
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ database_version |
string
Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions. |
↳ flag_scope |
int
Optional. Specify the scope of flags to be returned by SqlFlagsListService. Return list of database flags if unspecified. |
getDatabaseVersion
Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
| Returns | |
|---|---|
| Type | Description |
string |
|
setDatabaseVersion
Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getFlagScope
Optional. Specify the scope of flags to be returned by SqlFlagsListService.
Return list of database flags if unspecified.
| Returns | |
|---|---|
| Type | Description |
int |
|
hasFlagScope
clearFlagScope
setFlagScope
Optional. Specify the scope of flags to be returned by SqlFlagsListService.
Return list of database flags if unspecified.
| Parameter | |
|---|---|
| Name | Description |
var |
int
|
| Returns | |
|---|---|
| Type | Description |
$this |
|