Google Cloud Sql Admin V1 Client - Class FlagsListResponse (0.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Sql Admin V1 Client class FlagsListResponse.
Flags list response.
Generated from protobuf message google.cloud.sql.v1.FlagsListResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
This is always |
↳ items |
array<Google\Cloud\Sql\V1\Flag>
List of flags. |
getKind
This is always sql#flagsList.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#flagsList.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getItems
List of flags.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setItems
List of flags.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Sql\V1\Flag>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|