Class FlagsResource.ListRequest
Lists all available database flags for Cloud SQL instances.
Inheritance
FlagsResource.ListRequest
Inherited Members
Namespace: Google.Apis.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class FlagsResource.ListRequest : SQLAdminBaseServiceRequest<FlagsListResponse>, IClientServiceRequest<FlagsListResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Properties
DatabaseVersion
Database type and version you want to retrieve flags for. By default, this method returns flags for all database types and versions.
Declaration
[RequestParameter("databaseVersion", RequestParameterType.Query)]
public virtual string DatabaseVersion { get; set; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()