Workflows v1 API - Class GetWorkflowRequest (2.3.0)

public sealed class GetWorkflowRequest : IMessage<GetWorkflowRequest>, IEquatable<GetWorkflowRequest>, IDeepCloneable<GetWorkflowRequest>, IBufferMessage, IMessage

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

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

Inheritance

object > GetWorkflowRequest

Namespace

Google.Cloud.Workflows.V1

Assembly

Google.Cloud.Workflows.V1.dll

Constructors

GetWorkflowRequest()

public GetWorkflowRequest()

GetWorkflowRequest(GetWorkflowRequest)

public GetWorkflowRequest(GetWorkflowRequest other)
Parameter
NameDescription
otherGetWorkflowRequest

Properties

Name

public string Name { get; set; }

Required. Name of the workflow for which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}

Property Value
TypeDescription
string

RevisionId

public string RevisionId { get; set; }

Optional. The revision of the workflow to retrieve. If the revision_id is empty, the latest revision is retrieved. The format is "000001-a4d", where the first six characters define the zero-padded decimal revision number. They are followed by a hyphen and three hexadecimal characters.

Property Value
TypeDescription
string

WorkflowName

public WorkflowName WorkflowName { get; set; }

WorkflowName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkflowName