public sealed class ImportSampleQueriesMetadata : IMessage<ImportSampleQueriesMetadata>, IEquatable<ImportSampleQueriesMetadata>, IDeepCloneable<ImportSampleQueriesMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportSampleQueriesMetadata.
Metadata related to the progress of the ImportSampleQueries operation. This will be returned by the google.longrunning.Operation.metadata field.
Implements
IMessageImportSampleQueriesMetadata, IEquatableImportSampleQueriesMetadata, IDeepCloneableImportSampleQueriesMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ImportSampleQueriesMetadata()
public ImportSampleQueriesMetadata()
ImportSampleQueriesMetadata(ImportSampleQueriesMetadata)
public ImportSampleQueriesMetadata(ImportSampleQueriesMetadata other)
Parameter | |
---|---|
Name | Description |
other |
ImportSampleQueriesMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
ImportSampleQueries operation create time.
Property Value | |
---|---|
Type | Description |
Timestamp |
FailureCount
public long FailureCount { get; set; }
Count of [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s that failed to be imported.
Property Value | |
---|---|
Type | Description |
long |
SuccessCount
public long SuccessCount { get; set; }
Count of [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s successfully imported.
Property Value | |
---|---|
Type | Description |
long |
TotalCount
public long TotalCount { get; set; }
Total count of [SampleQuery][google.cloud.discoveryengine.v1beta.SampleQuery]s that were processed.
Property Value | |
---|---|
Type | Description |
long |
UpdateTime
public Timestamp UpdateTime { get; set; }
ImportSampleQueries operation last update time. If the operation is done, this is also the finish time.
Property Value | |
---|---|
Type | Description |
Timestamp |