Show / Hide Table of Contents

Class OrganizationsResource.ApprovalRequestsResource.ListRequest

Lists approval requests associated with a project, folder, or organization. Approval requests can be filtered by state (pending, active, dismissed). The order is reverse chronological.

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

Filter

A filter on the type of approval requests to retrieve. Must be one of the following values: * [not set]: Requests that are pending or have active approvals. * ALL: All requests. * PENDING: Only pending requests. * ACTIVE: Only active (i.e. currently approved) requests. * DISMISSED: Only requests that have been dismissed, or requests that are not approved and past expiration. * EXPIRED: Only requests that have been approved, and the approval has expired. * HISTORY: Active, dismissed and expired requests.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Requested page size.

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

PageToken

A token identifying the page of results to return.

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

Parent

The parent resource. This may be "projects/{project}", "folders/{folder}", or "organizations/{organization}".

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<ListApprovalRequestsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AccessApprovalBaseServiceRequest<ListApprovalRequestsResponse>.InitParameters()

Implements

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