public sealed class GetExecutionRequest : IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessageRequest for the [GetExecution][google.cloud.workflows.executions.v1beta.Executions.GetExecution] method.
Implements
IMessage<GetExecutionRequest>, IEquatable<GetExecutionRequest>, IDeepCloneable<GetExecutionRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Workflows.Executions.V1BetaAssembly
Google.Cloud.Workflows.Executions.V1Beta.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 | 
        |