Google Cloud AlloyDB for PostgreSQL V1beta Client - Class ListSupportedDatabaseFlagsResponse (0.10.2)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1beta Client class ListSupportedDatabaseFlagsResponse.

Message for response to listing SupportedDatabaseFlags.

Generated from protobuf message google.cloud.alloydb.v1beta.ListSupportedDatabaseFlagsResponse

Namespace

Google \ Cloud \ AlloyDb \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ supported_database_flags array<Google\Cloud\AlloyDb\V1beta\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\V1beta\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