Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ListSupportedDatabaseFlagsRequest.
Message for listing the information about the supported Database flags.
Generated from protobuf message google.cloud.alloydb.v1.ListSupportedDatabaseFlagsRequest
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
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.
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.
var
string
$this
getPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
int
setPageSize
Requested page size. Server may return fewer items than requested.
If unspecified, server will pick an appropriate default.
var
int
$this
getPageToken
A token identifying a page of results the server should return.
string
setPageToken
A token identifying a page of results the server should return.
var
string
$this
static::build
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. Please see Google\Cloud\AlloyDb\V1\AlloyDBAdminClient::locationName() for help formatting this field.