Workflows v1beta API - Class GetWorkflowRequest (2.0.0-beta04)

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

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

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

Inheritance

object > GetWorkflowRequest

Namespace

Google.Cloud.Workflows.V1Beta

Assembly

Google.Cloud.Workflows.V1Beta.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