Google Cloud Dataproc v1 API - Class ClusterOperationMetadata (5.10.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

ChildOperationIds

public RepeatedField<string> ChildOperationIds { get; }

Output only. Child operation ids

Property Value
TypeDescription
RepeatedFieldstring

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
MapFieldstringstring

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
RepeatedFieldClusterOperationStatus

Warnings

public RepeatedField<string> Warnings { get; }

Output only. Errors encountered during operation execution.

Property Value
TypeDescription
RepeatedFieldstring