Discovery Engine v1 API - Class UpdateCmekConfigMetadata (1.8.0)

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

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

Metadata related to the progress of the [CmekConfigService.UpdateCmekConfig][google.cloud.discoveryengine.v1.CmekConfigService.UpdateCmekConfig] operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance

object > UpdateCmekConfigMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

UpdateCmekConfigMetadata()

public UpdateCmekConfigMetadata()

UpdateCmekConfigMetadata(UpdateCmekConfigMetadata)

public UpdateCmekConfigMetadata(UpdateCmekConfigMetadata other)
Parameter
Name Description
other UpdateCmekConfigMetadata

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