Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class ListSupportedDatabaseFlagsResponse.
Message for response to listing SupportedDatabaseFlags.
Generated from protobuf message google.cloud.alloydb.v1alpha.ListSupportedDatabaseFlagsResponse
Namespace
Google \ Cloud \ AlloyDb \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ supported_database_flags |
array<Google\Cloud\AlloyDb\V1alpha\SupportedDatabaseFlag>
The list of SupportedDatabaseFlags. |
↳ next_page_token |
string
A token identifying a page of results the server should return. |
getSupportedDatabaseFlags
The list of SupportedDatabaseFlags.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSupportedDatabaseFlags
The list of SupportedDatabaseFlags.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Cloud\AlloyDb\V1alpha\SupportedDatabaseFlag>
|
Returns | |
---|---|
Type | Description |
$this |
getNextPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setNextPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |