Class ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource
The "supportedDatabaseFlags" collection of methods.
Inherited Members
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.SupportedDatabaseFlagsResourceConstructors
SupportedDatabaseFlagsResource(IClientService)
Constructs a new resource.
Declaration
public SupportedDatabaseFlagsResource(IClientService service)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | 
Methods
List(string)
Lists SupportedDatabaseFlags for a given project and location.
Declaration
public virtual ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest List(string parent)Parameters
| Type | Name | Description | 
|---|---|---|
| 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. | 
Returns
| Type | Description | 
|---|---|
| ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest |