Discovery Engine v1 API - Class ImportCompletionSuggestionsMetadata (1.3.0)

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

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

Metadata related to the progress of the ImportCompletionSuggestions operation. This will be returned by the google.longrunning.Operation.metadata field.

Inheritance

object > ImportCompletionSuggestionsMetadata

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

ImportCompletionSuggestionsMetadata()

public ImportCompletionSuggestionsMetadata()

ImportCompletionSuggestionsMetadata(ImportCompletionSuggestionsMetadata)

public ImportCompletionSuggestionsMetadata(ImportCompletionSuggestionsMetadata other)
Parameter
Name Description
other ImportCompletionSuggestionsMetadata

Properties

CreateTime

public Timestamp CreateTime { get; set; }

Operation create time.

Property Value
Type Description
Timestamp

FailureCount

public long FailureCount { get; set; }

Count of [CompletionSuggestion][google.cloud.discoveryengine.v1.CompletionSuggestion]s that failed to be imported.

Property Value
Type Description
long

SuccessCount

public long SuccessCount { get; set; }

Count of [CompletionSuggestion][google.cloud.discoveryengine.v1.CompletionSuggestion]s successfully imported.

Property Value
Type Description
long

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