Class BatchOperationMetadata (4.0.0)

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

Metadata describing the Batch operation.

Inheritance

Object > BatchOperationMetadata

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

BatchOperationMetadata()

public BatchOperationMetadata()

BatchOperationMetadata(BatchOperationMetadata)

public BatchOperationMetadata(BatchOperationMetadata other)
Parameter
NameDescription
otherBatchOperationMetadata

Properties

Batch

public string Batch { get; set; }

Name of the batch for the operation.

Property Value
TypeDescription
String

BatchUuid

public string BatchUuid { get; set; }

Batch UUID for the operation.

Property Value
TypeDescription
String

CreateTime

public Timestamp CreateTime { get; set; }

The time when the operation was created.

Property Value
TypeDescription
Timestamp

Description

public string Description { get; set; }

Short description of the operation.

Property Value
TypeDescription
String

DoneTime

public Timestamp DoneTime { get; set; }

The time when the operation finished.

Property Value
TypeDescription
Timestamp

Labels

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

Labels associated with the operation.

Property Value
TypeDescription
MapField<String, String>

OperationType

public BatchOperationMetadata.Types.BatchOperationType OperationType { get; set; }

The operation type.

Property Value
TypeDescription
BatchOperationMetadata.Types.BatchOperationType

Warnings

public RepeatedField<string> Warnings { get; }

Warnings encountered during operation execution.

Property Value
TypeDescription
RepeatedField<String>