Google Cloud Dataproc v1 API - Class ClusterOperationStatus (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterOperationStatus.

The status of the operation.

Inheritance

object > ClusterOperationStatus

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ClusterOperationStatus()

public ClusterOperationStatus()

ClusterOperationStatus(ClusterOperationStatus)

public ClusterOperationStatus(ClusterOperationStatus other)
Parameter
NameDescription
otherClusterOperationStatus

Properties

Details

public string Details { get; set; }

Output only. A message containing any operation metadata details.

Property Value
TypeDescription
string

InnerState

public string InnerState { get; set; }

Output only. A message containing the detailed operation state.

Property Value
TypeDescription
string

State

public ClusterOperationStatus.Types.State State { get; set; }

Output only. A message containing the operation state.

Property Value
TypeDescription
ClusterOperationStatusTypesState

StateStartTime

public Timestamp StateStartTime { get; set; }

Output only. The time this state was entered.

Property Value
TypeDescription
Timestamp