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.
Implements
IMessageSessionOperationMetadata, IEquatableSessionOperationMetadata, IDeepCloneableSessionOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.Dataproc.V1Assembly
Google.Cloud.Dataproc.V1.dll
Constructors
SessionOperationMetadata()
public SessionOperationMetadata()
SessionOperationMetadata(SessionOperationMetadata)
public SessionOperationMetadata(SessionOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
SessionOperationMetadata |
Properties
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 was finished.
Property Value | |
---|---|
Type | Description |
Timestamp |
Labels
public MapField<string, string> Labels { get; }
Labels associated with the operation.
Property Value | |
---|---|
Type | Description |
MapFieldstringstring |
OperationType
public SessionOperationMetadata.Types.SessionOperationType OperationType { get; set; }
The operation type.
Property Value | |
---|---|
Type | Description |
SessionOperationMetadataTypesSessionOperationType |
Session
public string Session { get; set; }
Name of the session for the operation.
Property Value | |
---|---|
Type | Description |
string |
SessionUuid
public string SessionUuid { get; set; }
Session UUID for the operation.
Property Value | |
---|---|
Type | Description |
string |
Warnings
public RepeatedField<string> Warnings { get; }
Warnings encountered during operation execution.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |