Reference documentation and code samples for the Google Cloud AlloyDB for PostgreSQL V1 Client class ListDatabasesRequest.
Message for requesting list of Databases.
Generated from protobuf message google.cloud.alloydb.v1.ListDatabasesRequest
Namespace
Google \ Cloud \ AlloyDb \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. Parent value for ListDatabasesRequest.
↳ page_size
int
Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, 2000 is the default page_size. The max value of page_size will be 4000, values above max will be coerced to max.
↳ page_token
string
Optional. A page token, received from a previous ListDatabases
call. This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.
↳ filter
string
Optional. Filtering results. This field is currently not supported, its value will be ignored if passed.
getParent
Required. Parent value for ListDatabasesRequest.
string
setParent
Required. Parent value for ListDatabasesRequest.
var
string
$this
getPageSize
Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, 2000 is the default page_size. The max value of page_size will be 4000, values above max will be coerced to max.
int
setPageSize
Optional. The maximum number of databases to return. The service may return fewer than this value. If unspecified, 2000 is the default page_size. The max value of page_size will be 4000, values above max will be coerced to max.
var
int
$this
getPageToken
Optional. A page token, received from a previous ListDatabases
call.
This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.
string
setPageToken
Optional. A page token, received from a previous ListDatabases
call.
This should be provided to retrieve the subsequent page. This field is currently not supported, its value will be ignored if passed.
var
string
$this
getFilter
Optional. Filtering results.
This field is currently not supported, its value will be ignored if passed.
string
setFilter
Optional. Filtering results.
This field is currently not supported, its value will be ignored if passed.
var
string
$this
static::build
parent
string
Required. Parent value for ListDatabasesRequest. Please see AlloyDBAdminClient::clusterName() for help formatting this field.