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 \ V1alphaMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
Returns | |
---|---|
Type | Description |
int |
setPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getPageToken
A token identifying a page of results the server should return.
Returns | |
---|---|
Type | Description |
string |
setPageToken
A token identifying a page of results the server should return.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |