Cloud Composer v1 API - Class OperationMetadata (2.7.0)

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

Reference documentation and code samples for the Cloud Composer v1 API class OperationMetadata.

Metadata describing an operation.

Inheritance

object > OperationMetadata

Namespace

Google.Cloud.Orchestration.Airflow.Service.V1

Assembly

Google.Cloud.Orchestration.Airflow.Service.V1.dll

Constructors

OperationMetadata()

public OperationMetadata()

OperationMetadata(OperationMetadata)

public OperationMetadata(OperationMetadata other)
Parameter
NameDescription
otherOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time the operation was submitted to the server.

Property Value
TypeDescription
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
TypeDescription
Timestamp

OperationType

public OperationMetadata.Types.Type OperationType { get; set; }

Output only. The type of operation being performed.

Property Value
TypeDescription
OperationMetadataTypesType

Resource

public string Resource { get; set; }

Output only. The resource being operated on, as a relative resource name.

Property Value
TypeDescription
string

ResourceUuid

public string ResourceUuid { get; set; }

Output only. The UUID of the resource being operated on.

Property Value
TypeDescription
string

State

public OperationMetadata.Types.State State { get; set; }

Output only. The current operation state.

Property Value
TypeDescription
OperationMetadataTypesState