public sealed class ClusterOperationMetadata : IMessage<ClusterOperationMetadata>, IEquatable<ClusterOperationMetadata>, IDeepCloneable<ClusterOperationMetadata>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Dataproc v1 API class ClusterOperationMetadata.
Metadata describing the operation.
Implements
IMessageClusterOperationMetadata, IEquatableClusterOperationMetadata, IDeepCloneableClusterOperationMetadata, 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
ChildOperationIds
public RepeatedField<string> ChildOperationIds { get; }Output only. Child operation ids
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|
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 |
MapFieldstringstring |
|
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 |
RepeatedFieldClusterOperationStatus |
|
Warnings
public RepeatedField<string> Warnings { get; }Output only. Errors encountered during operation execution.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|