public sealed class ImportSampleQueriesResponse : IMessage<ImportSampleQueriesResponse>, IEquatable<ImportSampleQueriesResponse>, IDeepCloneable<ImportSampleQueriesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class ImportSampleQueriesResponse.
Response of the [SampleQueryService.ImportSampleQueries][google.cloud.discoveryengine.v1beta.SampleQueryService.ImportSampleQueries] method. If the long running operation is done, this message is returned by the google.longrunning.Operations.response field if the operation is successful.
Implements
IMessageImportSampleQueriesResponse, IEquatableImportSampleQueriesResponse, IDeepCloneableImportSampleQueriesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
ImportSampleQueriesResponse()
public ImportSampleQueriesResponse()
ImportSampleQueriesResponse(ImportSampleQueriesResponse)
public ImportSampleQueriesResponse(ImportSampleQueriesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ImportSampleQueriesResponse |
Properties
ErrorConfig
public ImportErrorConfig ErrorConfig { get; set; }
The desired location of errors incurred during the Import.
Property Value | |
---|---|
Type | Description |
ImportErrorConfig |
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |