Discovery Engine v1 API - Class UpdateSchemaMetadata (1.0.0-beta06)

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

Reference documentation and code samples for the Discovery Engine v1 API class UpdateSchemaMetadata.

Metadata for UpdateSchema LRO.

Inheritance

object > UpdateSchemaMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

UpdateSchemaMetadata()

public UpdateSchemaMetadata()

UpdateSchemaMetadata(UpdateSchemaMetadata)

public UpdateSchemaMetadata(UpdateSchemaMetadata other)
Parameter
Name Description
other UpdateSchemaMetadata

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