public sealed class BatchOperationMetadata : IMessage<BatchOperationMetadata>, IEquatable<BatchOperationMetadata>, IDeepCloneable<BatchOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class BatchOperationMetadata.
Metadata describing the Batch operation.
Implements
IMessage<BatchOperationMetadata>, IEquatable<BatchOperationMetadata>, IDeepCloneable<BatchOperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
BatchOperationMetadata()
public BatchOperationMetadata()
BatchOperationMetadata(BatchOperationMetadata)
public BatchOperationMetadata(BatchOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | BatchOperationMetadata |
Properties
Batch
public string Batch { get; set; }
Name of the batch for the operation.
Property Value | |
---|---|
Type | Description |
String |
BatchUuid
public string BatchUuid { get; set; }
Batch UUID for the operation.
Property Value | |
---|---|
Type | Description |
String |
CreateTime
public Timestamp CreateTime { get; set; }
The time when the operation was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Short description of the operation.
Property Value | |
---|---|
Type | Description |
String |
DoneTime
public Timestamp DoneTime { get; set; }
The time when the operation finished.
Property Value | |
---|---|
Type | Description |
Timestamp |
Labels
public MapField<string, string> Labels { get; }
Labels associated with the operation.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
OperationType
public BatchOperationMetadata.Types.BatchOperationType OperationType { get; set; }
The operation type.
Property Value | |
---|---|
Type | Description |
BatchOperationMetadata.Types.BatchOperationType |
Warnings
public RepeatedField<string> Warnings { get; }
Warnings encountered during operation execution.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |