Enterprise Knowledge Graph v1 API - Class CommonOperationMetadata (1.0.0-beta02)

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

Reference documentation and code samples for the Enterprise Knowledge Graph v1 API class CommonOperationMetadata.

The common metadata for long running operations.

Inheritance

object > CommonOperationMetadata

Namespace

Google.Cloud.EnterpriseKnowledgeGraph.V1

Assembly

Google.Cloud.EnterpriseKnowledgeGraph.V1.dll

Constructors

CommonOperationMetadata()

public CommonOperationMetadata()

CommonOperationMetadata(CommonOperationMetadata)

public CommonOperationMetadata(CommonOperationMetadata other)
Parameter
NameDescription
otherCommonOperationMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

The creation time of the operation.

Property Value
TypeDescription
Timestamp

State

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

The state of the operation.

Property Value
TypeDescription
CommonOperationMetadataTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

The last update time of the operation.

Property Value
TypeDescription
Timestamp