Show / Hide Table of Contents

Class OperationsResource.ListRequest

Lists operations that match the specified filter in the request.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

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

Properties

Bucket

Name of the bucket in which to look for operations.

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

Filter

A filter to narrow down results to a preferred subset. The filtering language is documented in more detail in AIP-160.

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<GoogleLongrunningListOperationsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Maximum number of items to return in a single page of responses. Fewer total results may be returned than requested. The service uses this parameter or 100 items, whichever is smaller.

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

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
StorageBaseServiceRequest<GoogleLongrunningListOperationsResponse>.InitParameters()

Implements

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