public sealed class OperationMetadata : IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessage
Metadata describing an operation.
Implements
IMessage<OperationMetadata>, IEquatable<OperationMetadata>, IDeepCloneable<OperationMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Orchestration.Airflow.Service.V1Assembly
Google.Cloud.Orchestration.Airflow.Service.V1.dll
Constructors
OperationMetadata()
public OperationMetadata()
OperationMetadata(OperationMetadata)
public OperationMetadata(OperationMetadata other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the operation was submitted to the server.
Property Value | |
---|---|
Type | Description |
Timestamp |
EndTime
public Timestamp EndTime { get; set; }
Output only. The time when the operation terminated, regardless of its success. This field is unset if the operation is still ongoing.
Property Value | |
---|---|
Type | Description |
Timestamp |
OperationType
public OperationMetadata.Types.Type OperationType { get; set; }
Output only. The type of operation being performed.
Property Value | |
---|---|
Type | Description |
OperationMetadata.Types.Type |
Resource
public string Resource { get; set; }
Output only. The resource being operated on, as a relative resource name.
Property Value | |
---|---|
Type | Description |
String |
ResourceUuid
public string ResourceUuid { get; set; }
Output only. The UUID of the resource being operated on.
Property Value | |
---|---|
Type | Description |
String |
State
public OperationMetadata.Types.State State { get; set; }
Output only. The current operation state.
Property Value | |
---|---|
Type | Description |
OperationMetadata.Types.State |