Show / Hide Table of Contents

Class OperationsResource.ListRequest

Lists service operations that match the specified filter in the request.

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

Constructors

ListRequest(IClientService)

Constructs a new List request.

Declaration
public ListRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

Filter

A string for filtering Operations. The following filter fields are supported: * serviceName: Required. Only = operator is allowed. * startTime: The time this job was started, in ISO 8601 format. Allowed operators are &gt;=, &gt;, &lt;=, and &lt;. * status: Can be done, in_progress, or failed. Allowed operators are =, and !=. Filter expression supports conjunction (AND) and disjunction (OR) logical operators. However, the serviceName restriction must be at the top-level and can only be combined with other restrictions via the AND logical operator. Examples: * serviceName={some-service}.googleapis.com * serviceName={some-service}.googleapis.com AND startTime&gt;="2017-02-01" * serviceName={some-service}.googleapis.com AND status=done * serviceName={some-service}.googleapis.com AND (status=done OR startTime&gt;="2017-02-01")

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

MethodName

Gets the method name.

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

Name

Not used.

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

PageSize

The maximum number of operations to return. If unspecified, defaults to 50. The maximum value is 100.

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

PageToken

The standard list page token.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ServiceManagementBaseServiceRequest<ListOperationsResponse>.InitParameters()

Implements

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