API hub v1 API - Class ExecutionStatus (1.1.0)

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.

Inheritance

object > ExecutionStatus

Namespace

Google.Cloud.ApiHub.V1

Assembly

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