public sealed class ExecutionStatus : IMessage<ExecutionStatus>, IEquatable<ExecutionStatus>, IDeepCloneable<ExecutionStatus>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class ExecutionStatus.
The execution status for the plugin instance.
Implements
IMessageExecutionStatus, IEquatableExecutionStatus, IDeepCloneableExecutionStatus, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
ExecutionStatus()
public ExecutionStatus()
ExecutionStatus(ExecutionStatus)
public ExecutionStatus(ExecutionStatus other)
Parameter | |
---|---|
Name | Description |
other |
ExecutionStatus |
Properties
CurrentExecutionState
public ExecutionStatus.Types.CurrentExecutionState CurrentExecutionState { get; set; }
Output only. The current state of the execution.
Property Value | |
---|---|
Type | Description |
ExecutionStatusTypesCurrentExecutionState |
LastExecution
public ExecutionStatus.Types.LastExecution LastExecution { get; set; }
Output only. The last execution of the plugin instance.
Property Value | |
---|---|
Type | Description |
ExecutionStatusTypesLastExecution |