Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest

Lists SupportedDatabaseFlags for a given project and location.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>
ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest
Implements
IClientServiceRequest<ListSupportedDatabaseFlagsResponse>
IClientServiceRequest
Inherited Members
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.Xgafv
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.AccessToken
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.Alt
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.Callback
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.Fields
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.Key
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.OauthToken
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.PrettyPrint
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.QuotaUser
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.UploadType
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.UploadProtocol
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.Execute()
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ExecuteAsStream()
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ExecuteAsync()
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.GenerateRequestUri()
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.GetBody()
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ETagAction
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ModifyRequest
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ValidateParameters
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.ApiVersion
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.RequestParameters
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudAlloyDBAdmin.v1alpha
Assembly: Google.Apis.CloudAlloyDBAdmin.v1alpha.dll
Syntax
public class ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest : CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>, IClientServiceRequest<ListSupportedDatabaseFlagsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.MethodName

PageSize

Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

A token identifying a page of results the server should return.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type 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.

Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSupportedDatabaseFlagsResponse>.RestPath

Scope

Optional. The scope for which supported flags are requested. If not specified, default is DATABASE.

Declaration
[RequestParameter("scope", RequestParameterType.Query)]
public virtual ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest.ScopeEnum? Scope { get; set; }
Property Value
Type Description
ProjectsResource.LocationsResource.SupportedDatabaseFlagsResource.ListRequest.ScopeEnum?

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudAlloyDBAdminBaseServiceRequest<ListSupportedDatabaseFlagsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX