Show / Hide Table of Contents

Class OperationsResource.ListRequest

Lists all instance operations that have been performed on the given Cloud SQL instance in the reverse chronological order of the start time.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<OperationsListResponse>
SQLAdminBaseServiceRequest<OperationsListResponse>
OperationsResource.ListRequest
Implements
IClientServiceRequest<OperationsListResponse>
IClientServiceRequest
Inherited Members
SQLAdminBaseServiceRequest<OperationsListResponse>.Xgafv
SQLAdminBaseServiceRequest<OperationsListResponse>.AccessToken
SQLAdminBaseServiceRequest<OperationsListResponse>.Alt
SQLAdminBaseServiceRequest<OperationsListResponse>.Callback
SQLAdminBaseServiceRequest<OperationsListResponse>.Fields
SQLAdminBaseServiceRequest<OperationsListResponse>.Key
SQLAdminBaseServiceRequest<OperationsListResponse>.OauthToken
SQLAdminBaseServiceRequest<OperationsListResponse>.PrettyPrint
SQLAdminBaseServiceRequest<OperationsListResponse>.QuotaUser
SQLAdminBaseServiceRequest<OperationsListResponse>.UploadType
SQLAdminBaseServiceRequest<OperationsListResponse>.UploadProtocol
ClientServiceRequest<OperationsListResponse>.Execute()
ClientServiceRequest<OperationsListResponse>.ExecuteAsStream()
ClientServiceRequest<OperationsListResponse>.ExecuteAsync()
ClientServiceRequest<OperationsListResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<OperationsListResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<OperationsListResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<OperationsListResponse>.CreateRequest(bool?)
ClientServiceRequest<OperationsListResponse>.GenerateRequestUri()
ClientServiceRequest<OperationsListResponse>.GetBody()
ClientServiceRequest<OperationsListResponse>.GetDefaultETagAction(string)
ClientServiceRequest<OperationsListResponse>.ETagAction
ClientServiceRequest<OperationsListResponse>.ModifyRequest
ClientServiceRequest<OperationsListResponse>.ValidateParameters
ClientServiceRequest<OperationsListResponse>.ApiVersion
ClientServiceRequest<OperationsListResponse>.RequestParameters
ClientServiceRequest<OperationsListResponse>.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.SQLAdmin.v1
Assembly: Google.Apis.SQLAdmin.v1.dll
Syntax
public class OperationsResource.ListRequest : SQLAdminBaseServiceRequest<OperationsListResponse>, IClientServiceRequest<OperationsListResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

HttpMethod

Gets the HTTP method.

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

Instance

Cloud SQL instance ID. This does not include the project ID.

Declaration
[RequestParameter("instance", RequestParameterType.Query)]
public virtual string Instance { get; set; }
Property Value
Type Description
string

MaxResults

Maximum number of operations per response.

Declaration
[RequestParameter("maxResults", RequestParameterType.Query)]
public virtual long? MaxResults { get; set; }
Property Value
Type Description
long?

MethodName

Gets the method name.

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

PageToken

A previously-returned page token representing part of the larger set of results to view.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Project

Project ID of the project that contains the instance.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
SQLAdminBaseServiceRequest<OperationsListResponse>.InitParameters()

Implements

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