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.
Implements
IMessageClusterOperationStatus, IEquatableClusterOperationStatus, IDeepCloneableClusterOperationStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterOperationStatus()
public ClusterOperationStatus()
ClusterOperationStatus(ClusterOperationStatus)
public ClusterOperationStatus(ClusterOperationStatus other)
Parameter | |
---|---|
Name | Description |
other | ClusterOperationStatus |
Properties
Details
public string Details { get; set; }
Output only. A message containing any operation metadata details.
Property Value | |
---|---|
Type | Description |
string |
InnerState
public string InnerState { get; set; }
Output only. A message containing the detailed operation state.
Property Value | |
---|---|
Type | Description |
string |
State
public ClusterOperationStatus.Types.State State { get; set; }
Output only. A message containing the operation state.
Property Value | |
---|---|
Type | Description |
ClusterOperationStatusTypesState |
StateStartTime
public Timestamp StateStartTime { get; set; }
Output only. The time this state was entered.
Property Value | |
---|---|
Type | Description |
Timestamp |