Google Cloud Dataproc v1 API - Class ClusterOperationMetadata (5.4.0)

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

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

Metadata describing the operation.

Inheritance

Object > ClusterOperationMetadata

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

ClusterOperationMetadata()

public ClusterOperationMetadata()

ClusterOperationMetadata(ClusterOperationMetadata)

public ClusterOperationMetadata(ClusterOperationMetadata other)
Parameter
NameDescription
otherClusterOperationMetadata

Properties

ClusterName

public string ClusterName { get; set; }

Output only. Name of the cluster for the operation.

Property Value
TypeDescription
String

ClusterUuid

public string ClusterUuid { get; set; }

Output only. Cluster UUID for the operation.

Property Value
TypeDescription
String

Description

public string Description { get; set; }

Output only. Short description of operation.

Property Value
TypeDescription
String

Labels

public MapField<string, string> Labels { get; }

Output only. Labels associated with the operation

Property Value
TypeDescription
MapField<String, String>

OperationType

public string OperationType { get; set; }

Output only. The operation type.

Property Value
TypeDescription
String

Status

public ClusterOperationStatus Status { get; set; }

Output only. Current operation status.

Property Value
TypeDescription
ClusterOperationStatus

StatusHistory

public RepeatedField<ClusterOperationStatus> StatusHistory { get; }

Output only. The previous operation status.

Property Value
TypeDescription
RepeatedField<ClusterOperationStatus>

Warnings

public RepeatedField<string> Warnings { get; }

Output only. Errors encountered during operation execution.

Property Value
TypeDescription
RepeatedField<String>