Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.WorkflowsResource.ListRequest

Lists Workflows in a given project and location. The default order is not specified.

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

Filter to restrict results to specific workflows.

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

MethodName

Gets the method name.

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

OrderBy

Comma-separated list of fields that that specify the order of the results. Default sorting order for a field is ascending. To specify descending order for a field, append a " desc" suffix. If not specified, the results will be returned in an unspecified order.

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

PageSize

Maximum number of workflows to return per call. The service may return fewer than this value. If the value is not specified, a default value of 500 will be used. The maximum permitted value is 1000 and values greater than 1000 will be coerced down to 1000.

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

PageToken

A page token, received from a previous ListWorkflows call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListWorkflows must match the call that provided the page token.

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

Parent

Required. Project and location from which the workflows should be listed. Format: projects/{project}/locations/{location}

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkflowsBaseServiceRequest<ListWorkflowsResponse>.InitParameters()

Implements

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