Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource

The "supportedDatabaseFlags" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1
Assembly: Google.Apis.CloudAlloyDBAdmin.v1.dll
Syntax
public class ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource

Constructors

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
In this article
Back to top Generated by DocFX