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

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

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

Metadata for DeleteSchema LRO.

Inheritance

object > DeleteSchemaMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

DeleteSchemaMetadata()

public DeleteSchemaMetadata()

DeleteSchemaMetadata(DeleteSchemaMetadata)

public DeleteSchemaMetadata(DeleteSchemaMetadata other)
Parameter
NameDescription
otherDeleteSchemaMetadata

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