Google Cloud AlloyDB for PostgreSQL V1alpha Client - Class ListSupportedDatabaseFlagsRequest (0.7.1)

Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1alpha Client class ListSupportedDatabaseFlagsRequest.

Message for listing the information about the supported Database flags.

Generated from protobuf message google.cloud.alloydb.v1alpha.ListSupportedDatabaseFlagsRequest

Namespace

Google \ Cloud \ AlloyDb \ V1alpha

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The name of the parent resource. The required format is: * projects/{project}/locations/{location} Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags.

↳ page_size int

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

↳ page_token string

A token identifying a page of results the server should return.

getParent

Required. The name of the parent resource. The required format is:

  • projects/{project}/locations/{location} Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags.
Returns
TypeDescription
string

setParent

Required. The name of the parent resource. The required format is:

  • projects/{project}/locations/{location} Regardless of the parent specified here, as long it is contains a valid project and location, the service will return a static list of supported flags resources. Note that we do not yet support region-specific flags.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

Requested page size. Server may return fewer items than requested.

If unspecified, server will pick an appropriate default.

Returns
TypeDescription
int

setPageSize

Requested page size. Server may return fewer items than requested.

If unspecified, server will pick an appropriate default.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

A token identifying a page of results the server should return.

Returns
TypeDescription
string

setPageToken

A token identifying a page of results the server should return.

Parameter
NameDescription
var string
Returns
TypeDescription
$this