Google Cloud Dataproc v1 API - Class BatchOperationMetadata (5.10.0)

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.

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
MapFieldstringstring

OperationType

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

The operation type.

Property Value
TypeDescription
BatchOperationMetadataTypesBatchOperationType

Warnings

public RepeatedField<string> Warnings { get; }

Warnings encountered during operation execution.

Property Value
TypeDescription
RepeatedFieldstring