public sealed class ClusterOperationStatus : IMessage<ClusterOperationStatus>, IEquatable<ClusterOperationStatus>, IDeepCloneable<ClusterOperationStatus>, IBufferMessage, IMessageThe status of the operation.
Implements
IMessage<ClusterOperationStatus>, IEquatable<ClusterOperationStatus>, IDeepCloneable<ClusterOperationStatus>, 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 |
ClusterOperationStatus.Types.State |
|
StateStartTime
public Timestamp StateStartTime { get; set; }Output only. The time this state was entered.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|