public sealed class ClusterOperationMetadata : IMessage<ClusterOperationMetadata>, IEquatable<ClusterOperationMetadata>, IDeepCloneable<ClusterOperationMetadata>, IBufferMessage, IMessageMetadata describing the operation.
Implements
IMessage<ClusterOperationMetadata>, IEquatable<ClusterOperationMetadata>, IDeepCloneable<ClusterOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterOperationMetadata()
public ClusterOperationMetadata()ClusterOperationMetadata(ClusterOperationMetadata)
public ClusterOperationMetadata(ClusterOperationMetadata other)| Parameter | |
|---|---|
| Name | Description |
other |
ClusterOperationMetadata |
Properties
ClusterName
public string ClusterName { get; set; }Output only. Name of the cluster for the operation.
| Property Value | |
|---|---|
| Type | Description |
String |
|
ClusterUuid
public string ClusterUuid { get; set; }Output only. Cluster UUID for the operation.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Description
public string Description { get; set; }Output only. Short description of operation.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Labels
public MapField<string, string> Labels { get; }Output only. Labels associated with the operation
| Property Value | |
|---|---|
| Type | Description |
MapField<String, String> |
|
OperationType
public string OperationType { get; set; }Output only. The operation type.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Status
public ClusterOperationStatus Status { get; set; }Output only. Current operation status.
| Property Value | |
|---|---|
| Type | Description |
ClusterOperationStatus |
|
StatusHistory
public RepeatedField<ClusterOperationStatus> StatusHistory { get; }Output only. The previous operation status.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<ClusterOperationStatus> |
|
Warnings
public RepeatedField<string> Warnings { get; }Output only. Errors encountered during operation execution.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<String> |
|