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.
Implements
IMessageCommonOperationMetadata, IEquatableCommonOperationMetadata, IDeepCloneableCommonOperationMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.EnterpriseKnowledgeGraph.V1Assembly
Google.Cloud.EnterpriseKnowledgeGraph.V1.dll
Constructors
CommonOperationMetadata()
public CommonOperationMetadata()
CommonOperationMetadata(CommonOperationMetadata)
public CommonOperationMetadata(CommonOperationMetadata other)
Parameter | |
---|---|
Name | Description |
other |
CommonOperationMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
The creation time of the operation.
Property Value | |
---|---|
Type | Description |
Timestamp |
State
public CommonOperationMetadata.Types.State State { get; set; }
The state of the operation.
Property Value | |
---|---|
Type | Description |
CommonOperationMetadataTypesState |
UpdateTime
public Timestamp UpdateTime { get; set; }
The last update time of the operation.
Property Value | |
---|---|
Type | Description |
Timestamp |