public sealed class NodeGroupOperationMetadata : IMessage<NodeGroupOperationMetadata>, IEquatable<NodeGroupOperationMetadata>, IDeepCloneable<NodeGroupOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class NodeGroupOperationMetadata.
Metadata describing the node group operation.
Implements
IMessageNodeGroupOperationMetadata, IEquatableNodeGroupOperationMetadata, IDeepCloneableNodeGroupOperationMetadata, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.DataprocV1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
NodeGroupOperationMetadata()
public NodeGroupOperationMetadata()
NodeGroupOperationMetadata(NodeGroupOperationMetadata)
public NodeGroupOperationMetadata(NodeGroupOperationMetadata other)
Name | Description |
other | NodeGroupOperationMetadata |
Properties
ClusterUuid
public string ClusterUuid { get; set; }
Output only. Cluster UUID associated with the node group 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 |
NodeGroupId
public string NodeGroupId { get; set; }
Output only. Node group ID for the operation.
Type | Description |
string |
OperationType
public NodeGroupOperationMetadata.Types.NodeGroupOperationType OperationType { get; set; }
The operation type.
Type | Description |
NodeGroupOperationMetadataTypesNodeGroupOperationType |
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 |