class ProjectsLocationsSupportedDatabaseFlags extends Resource (View source)

The "supportedDatabaseFlags" collection of methods.

Typical usage is:

 $alloydbService = new Google\Service\CloudAlloyDBAdmin(...);
 $supportedDatabaseFlags = $alloydbService->projects_locations_supportedDatabaseFlags;

Methods

listProjectsLocationsSupportedDatabaseFlags(string $parent, array $optParams = [])

Lists SupportedDatabaseFlags for a given project and location.

Details

ListSupportedDatabaseFlagsResponse listProjectsLocationsSupportedDatabaseFlags(string $parent, array $optParams = [])

Lists SupportedDatabaseFlags for a given project and location.

(supportedDatabaseFlags.listProjectsLocationsSupportedDatabaseFlags)

Parameters

string $parent

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.

array $optParams

Optional parameters.

Return Value

ListSupportedDatabaseFlagsResponse

Exceptions

Exception