Show / Hide Table of Contents

Class ApprovalsResource.ListRequest

Lists the Approvals on a file.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

FileId

Required. The ID of the file the Approval is on.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

The maximum number of Approvals to return. When not set, at most 100 Approvals will be returned.

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

PageToken

The token for continuing a previous list request on the next page. This should be set to the value of nextPageToken from a previous response.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DriveBaseServiceRequest<ApprovalList>.InitParameters()

Implements

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