public sealed class DeleteCmekConfigMetadata : IMessage<DeleteCmekConfigMetadata>, IEquatable<DeleteCmekConfigMetadata>, IDeepCloneable<DeleteCmekConfigMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class DeleteCmekConfigMetadata.
Metadata related to the progress of the [CmekConfigService.DeleteCmekConfig][google.cloud.discoveryengine.v1.CmekConfigService.DeleteCmekConfig] operation. This will be returned by the google.longrunning.Operation.metadata field.
Implements
IMessageDeleteCmekConfigMetadata, IEquatableDeleteCmekConfigMetadata, IDeepCloneableDeleteCmekConfigMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
DeleteCmekConfigMetadata()
public DeleteCmekConfigMetadata()
DeleteCmekConfigMetadata(DeleteCmekConfigMetadata)
public DeleteCmekConfigMetadata(DeleteCmekConfigMetadata other)
Parameter | |
---|---|
Name | Description |
other |
DeleteCmekConfigMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Operation create time.
Property Value | |
---|---|
Type | Description |
Timestamp |
UpdateTime
public Timestamp UpdateTime { get; set; }
Operation last update time. If the operation is done, this is also the finish time.
Property Value | |
---|---|
Type | Description |
Timestamp |