Discovery Engine v1beta API - Class DeleteEngineMetadata (1.0.0-beta12)

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

Reference documentation and code samples for the Discovery Engine v1beta API class DeleteEngineMetadata.

Metadata related to the progress of the [EngineService.DeleteEngine][google.cloud.discoveryengine.v1beta.EngineService.DeleteEngine] operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance

object > DeleteEngineMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DeleteEngineMetadata()

public DeleteEngineMetadata()

DeleteEngineMetadata(DeleteEngineMetadata)

public DeleteEngineMetadata(DeleteEngineMetadata other)
Parameter
NameDescription
otherDeleteEngineMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Operation create time.

Property Value
TypeDescription
Timestamp

UpdateTime

public Timestamp UpdateTime { get; set; }

Operation last update time. If the operation is done, this is also the finish time.

Property Value
TypeDescription
Timestamp