public sealed class ListWorkflowsRequest : IMessage<ListWorkflowsRequest>, IEquatable<ListWorkflowsRequest>, IDeepCloneable<ListWorkflowsRequest>, IBufferMessage, IMessage, IPageRequest
Request for the [ListWorkflows][google.cloud.workflows.v1.Workflows.ListWorkflows] method.
Implements
IMessage<ListWorkflowsRequest>, IEquatable<ListWorkflowsRequest>, IDeepCloneable<ListWorkflowsRequest>, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.Workflows.V1Assembly
Google.Cloud.Workflows.V1.dll
Constructors
ListWorkflowsRequest()
public ListWorkflowsRequest()
ListWorkflowsRequest(ListWorkflowsRequest)
public ListWorkflowsRequest(ListWorkflowsRequest other)
Parameter | |
---|---|
Name | Description |
other | ListWorkflowsRequest |
Properties
Filter
public string Filter { get; set; }
Filter to restrict results to specific workflows.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Int32 |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }
LocationName-typed view over the Parent resource name property.
Property Value | |
---|---|
Type | Description |
LocationName |