Class GetWorkflowRequest (1.1.0)

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

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 which information should be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}

Property Value
TypeDescription
String

WorkflowName

public WorkflowName WorkflowName { get; set; }

WorkflowName-typed view over the Name resource name property.

Property Value
TypeDescription
WorkflowName