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.
Implements
IMessageGetWorkflowRequest, IEquatableGetWorkflowRequest, IDeepCloneableGetWorkflowRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.V1Assembly
Google.Cloud.Workflows.V1.dll
Constructors
GetWorkflowRequest()
public GetWorkflowRequest()
GetWorkflowRequest(GetWorkflowRequest)
public GetWorkflowRequest(GetWorkflowRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetWorkflowRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
string |
WorkflowName
public WorkflowName WorkflowName { get; set; }
WorkflowName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
WorkflowName |