Google Cloud Sql Admin V1beta4 Client - Class FlagsListResponse (0.7.0)

Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class FlagsListResponse.

Flags list response.

Generated from protobuf message google.cloud.sql.v1beta4.FlagsListResponse

Namespace

Google \ Cloud \ Sql \ V1beta4

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ kind string

This is always sql#flagsList.

↳ items array<Google\Cloud\Sql\V1beta4\Flag>

List of flags.

getKind

This is always sql#flagsList.

Returns
TypeDescription
string

setKind

This is always sql#flagsList.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getItems

List of flags.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

List of flags.

Parameter
NameDescription
var array<Google\Cloud\Sql\V1beta4\Flag>
Returns
TypeDescription
$this