Workflows v1beta API - Class ListWorkflowsRequest (2.0.0-beta04)

public sealed class ListWorkflowsRequest : IMessage<ListWorkflowsRequest>, IEquatable<ListWorkflowsRequest>, IDeepCloneable<ListWorkflowsRequest>, IBufferMessage, IMessage, IPageRequest

Reference documentation and code samples for the Workflows v1beta API class ListWorkflowsRequest.

Request for the [ListWorkflows][google.cloud.workflows.v1beta.Workflows.ListWorkflows] method.

Inheritance

object > ListWorkflowsRequest

Namespace

Google.Cloud.Workflows.V1Beta

Assembly

Google.Cloud.Workflows.V1Beta.dll

Constructors

ListWorkflowsRequest()

public ListWorkflowsRequest()

ListWorkflowsRequest(ListWorkflowsRequest)

public ListWorkflowsRequest(ListWorkflowsRequest other)
Parameter
NameDescription
otherListWorkflowsRequest

Properties

Filter

public string Filter { get; set; }

Filter to restrict results to specific workflows.

Property Value
TypeDescription
string

OrderBy

public string OrderBy { get; set; }

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.

Property Value
TypeDescription
string

PageSize

public int PageSize { get; set; }

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.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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

Property Value
TypeDescription
string

ParentAsLocationName

public LocationName ParentAsLocationName { get; set; }

LocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
LocationName