public sealed class DeleteDataStoreMetadata : IMessage<DeleteDataStoreMetadata>, IEquatable<DeleteDataStoreMetadata>, IDeepCloneable<DeleteDataStoreMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class DeleteDataStoreMetadata.
Metadata related to the progress of the [DataStoreService.DeleteDataStore][google.cloud.discoveryengine.v1beta.DataStoreService.DeleteDataStore] operation. This will be returned by the google.longrunning.Operation.metadata field.
Implements
IMessageDeleteDataStoreMetadata, IEquatableDeleteDataStoreMetadata, IDeepCloneableDeleteDataStoreMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
DeleteDataStoreMetadata()
public DeleteDataStoreMetadata()
DeleteDataStoreMetadata(DeleteDataStoreMetadata)
public DeleteDataStoreMetadata(DeleteDataStoreMetadata other)
Parameter | |
---|---|
Name | Description |
other |
DeleteDataStoreMetadata |
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 |