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

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

Database list response.

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

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#databasesList.

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

List of database resources in the instance.

getKind

This is always sql#databasesList.

Returns
TypeDescription
string

setKind

This is always sql#databasesList.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getItems

List of database resources in the instance.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setItems

List of database resources in the instance.

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