public sealed class PurgeCompletionSuggestionsMetadata : IMessage<PurgeCompletionSuggestionsMetadata>, IEquatable<PurgeCompletionSuggestionsMetadata>, IDeepCloneable<PurgeCompletionSuggestionsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class PurgeCompletionSuggestionsMetadata.
Metadata related to the progress of the PurgeCompletionSuggestions operation. This is returned by the google.longrunning.Operation.metadata field.
Implements
IMessagePurgeCompletionSuggestionsMetadata, IEquatablePurgeCompletionSuggestionsMetadata, IDeepCloneablePurgeCompletionSuggestionsMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
PurgeCompletionSuggestionsMetadata()
public PurgeCompletionSuggestionsMetadata()
PurgeCompletionSuggestionsMetadata(PurgeCompletionSuggestionsMetadata)
public PurgeCompletionSuggestionsMetadata(PurgeCompletionSuggestionsMetadata other)
Parameter | |
---|---|
Name | Description |
other |
PurgeCompletionSuggestionsMetadata |
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 |