Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class InstancesListResponse.
Database instances list response.
Generated from protobuf message google.cloud.sql.v1beta4.InstancesListResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ kind
string
This is always sql#instancesList
.
↳ warnings
array< Google\Cloud\Sql\V1beta4\ApiWarning
>
List of warnings that occurred while handling the request.
↳ items
↳ 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
.
string
setKind
This is always sql#instancesList
.
var
string
$this
getWarnings
List of warnings that occurred while handling the request.
setWarnings
List of warnings that occurred while handling the request.
$this
getItems
List of database instance resources.
setItems
List of database instance resources.
$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.
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.
var
string
$this