Google Cloud Sql Admin V1 Client - Class DatabasesListResponse (1.4.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 DatabasesListResponse.
Database list response.
Generated from protobuf message google.cloud.sql.v1.DatabasesListResponse
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<Database>
List of database resources in the instance. |
getKind
This is always sql#databasesList.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#databasesList.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getItems
List of database resources in the instance.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setItems
List of database resources in the instance.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Database>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|