Discovery Engine v1beta API - Class CreateDataStoreMetadata (1.0.0-beta10)

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

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

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

Inheritance

object > CreateDataStoreMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

CreateDataStoreMetadata()

public CreateDataStoreMetadata()

CreateDataStoreMetadata(CreateDataStoreMetadata)

public CreateDataStoreMetadata(CreateDataStoreMetadata other)
Parameter
NameDescription
otherCreateDataStoreMetadata

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