Path Parameters
The project id.
Query Parameters
Pagination is not currently implemented. This field is reserved for future use. The maximum number of database groups to return. The service may return fewer than this value. If unspecified, at most 50 database groups will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
Pagination is not currently implemented. This field is reserved for future use.
A page token, received from a previous ListDatabaseGroups
call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListDatabaseGroups
must match
the call that provided the page token.
The view to return. Defaults to DATABASE_GROUP_VIEW_BASIC.
DATABASE_GROUP_VIEW_UNSPECIFIED
, DATABASE_GROUP_VIEW_BASIC
, DATABASE_GROUP_VIEW_FULL
Response
OK
Response message for listing database groups.
The database groups from the specified request.
Pagination is not currently implemented. This field is reserved for future use.
A token, which can be sent as page_token
to retrieve the next page.
If this field is omitted, there are no subsequent pages.