Google Cloud Dataproc v1 API - Class SessionOperationMetadata (5.10.0)

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

Reference documentation and code samples for the Google Cloud Dataproc v1 API class SessionOperationMetadata.

Metadata describing the Session operation.

Inheritance

object > SessionOperationMetadata

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

SessionOperationMetadata()

public SessionOperationMetadata()

SessionOperationMetadata(SessionOperationMetadata)

public SessionOperationMetadata(SessionOperationMetadata other)
Parameter
NameDescription
otherSessionOperationMetadata

Properties

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 was finished.

Property Value
TypeDescription
Timestamp

Labels

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

Labels associated with the operation.

Property Value
TypeDescription
MapFieldstringstring

OperationType

public SessionOperationMetadata.Types.SessionOperationType OperationType { get; set; }

The operation type.

Property Value
TypeDescription
SessionOperationMetadataTypesSessionOperationType

Session

public string Session { get; set; }

Name of the session for the operation.

Property Value
TypeDescription
string

SessionUuid

public string SessionUuid { get; set; }

Session UUID for the operation.

Property Value
TypeDescription
string

Warnings

public RepeatedField<string> Warnings { get; }

Warnings encountered during operation execution.

Property Value
TypeDescription
RepeatedFieldstring