public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessage
Request for the [GetExecution][google.cloud.workflows.executions.v1.Executions.GetExecution] method.
Implements
IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1Assembly
Google.Cloud.Workflows.Executions.V1.dll
Constructors
GetExecutionRequest()
public GetExecutionRequest()
GetExecutionRequest(GetExecutionRequest)
public GetExecutionRequest(GetExecutionRequest other)
Parameter | |
---|---|
Name | Description |
other | GetExecutionRequest |
Properties
ExecutionName
public ExecutionName ExecutionName { get; set; }
ExecutionName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ExecutionName |
Name
public string Name { get; set; }
Required. Name of the execution to be retrieved. Format: projects/{project}/locations/{location}/workflows/{workflow}/executions/{execution}
Property Value | |
---|---|
Type | Description |
String |
View
public ExecutionView View { get; set; }
Optional. A view defining which fields should be filled in the returned execution. The API will default to the FULL view.
Property Value | |
---|---|
Type | Description |
ExecutionView |