Discovery Engine v1beta API - Class CreateSchemaMetadata (1.0.0-beta13)

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

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

Metadata for Create Schema LRO.

Inheritance

object > CreateSchemaMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

CreateSchemaMetadata()

public CreateSchemaMetadata()

CreateSchemaMetadata(CreateSchemaMetadata)

public CreateSchemaMetadata(CreateSchemaMetadata other)
Parameter
Name Description
other CreateSchemaMetadata

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