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.
Implements
IMessageClusterOperationMetadata, IEquatableClusterOperationMetadata, IDeepCloneableClusterOperationMetadata, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
ClusterOperationMetadata()
public ClusterOperationMetadata()
ClusterOperationMetadata(ClusterOperationMetadata)
public ClusterOperationMetadata(ClusterOperationMetadata other)
Name | Description |
other | ClusterOperationMetadata |
Properties
ChildOperationIds
public RepeatedField<string> ChildOperationIds { get; }
Output only. Child operation ids
Type | Description |
RepeatedFieldstring |
ClusterName
public string ClusterName { get; set; }
Output only. Name of the cluster for the operation.
Type | Description |
string |
ClusterUuid
public string ClusterUuid { get; set; }
Output only. Cluster UUID for the operation.
Type | Description |
string |
Description
public string Description { get; set; }
Output only. Short description of operation.
Type | Description |
string |
Labels
public MapField<string, string> Labels { get; }
Output only. Labels associated with the operation
Type | Description |
MapFieldstringstring |
OperationType
public string OperationType { get; set; }
Output only. The operation type.
Type | Description |
string |
Status
public ClusterOperationStatus Status { get; set; }
Output only. Current operation status.
Type | Description |
ClusterOperationStatus |
StatusHistory
public RepeatedField<ClusterOperationStatus> StatusHistory { get; }
Output only. The previous operation status.
Type | Description |
RepeatedFieldClusterOperationStatus |
Warnings
public RepeatedField<string> Warnings { get; }
Output only. Errors encountered during operation execution.
Type | Description |
RepeatedFieldstring |