Google Cloud Sql Admin V1 Client - Class InstancesListResponse (0.6.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 InstancesListResponse.
Database instances list response.
Generated from protobuf message google.cloud.sql.v1.InstancesListResponse
Namespace
Google \ Cloud \ Sql \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ kind |
string
This is always |
↳ warnings |
array<Google\Cloud\Sql\V1\ApiWarning>
List of warnings that occurred while handling the request. |
↳ items |
array<Google\Cloud\Sql\V1\DatabaseInstance>
List of database instance resources. |
↳ next_page_token |
string
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results. |
getKind
This is always sql#instancesList.
| Returns | |
|---|---|
| Type | Description |
string |
|
setKind
This is always sql#instancesList.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getWarnings
List of warnings that occurred while handling the request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setWarnings
List of warnings that occurred while handling the request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Sql\V1\ApiWarning>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getItems
List of database instance resources.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setItems
List of database instance resources.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Sql\V1\DatabaseInstance>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNextPageToken
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
| Returns | |
|---|---|
| Type | Description |
string |
|
setNextPageToken
The continuation token, used to page through large result sets. Provide this value in a subsequent request to return the next page of results.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|