Workflows v1 API - Class ListWorkflowRevisionsRequest (2.6.0)

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

Reference documentation and code samples for the Workflows v1 API class ListWorkflowRevisionsRequest.

Request for the [ListWorkflowRevisions][google.cloud.workflows.v1.Workflows.ListWorkflowRevisions] method.

Inheritance

object > ListWorkflowRevisionsRequest

Namespace

Google.Cloud.Workflows.V1

Assembly

Google.Cloud.Workflows.V1.dll

Constructors

ListWorkflowRevisionsRequest()

public ListWorkflowRevisionsRequest()

ListWorkflowRevisionsRequest(ListWorkflowRevisionsRequest)

public ListWorkflowRevisionsRequest(ListWorkflowRevisionsRequest other)
Parameter
Name Description
other ListWorkflowRevisionsRequest

Properties

Name

public string Name { get; set; }

Required. Workflow for which the revisions should be listed. Format: projects/{project}/locations/{location}/workflows/{workflow}

Property Value
Type Description
string

PageSize

public int PageSize { get; set; }

The maximum number of revisions to return per page. If a value is not specified, a default value of 20 is used. The maximum permitted value is

  1. Values greater than 100 are coerced down to 100.
Property Value
Type Description
int

PageToken

public string PageToken { get; set; }

The page token, received from a previous ListWorkflowRevisions call. Provide this to retrieve the subsequent page.

Property Value
Type Description
string

WorkflowName

public WorkflowName WorkflowName { get; set; }

WorkflowName-typed view over the Name resource name property.

Property Value
Type Description
WorkflowName