Class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse
Response message for CompletionService.ImportSuggestionDenyListEntries method.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1ImportSuggestionDenyListEntriesResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorSamples
A sample of errors encountered while processing the request.
Declaration
[JsonProperty("errorSamples")]
public virtual IList<GoogleRpcStatus> ErrorSamples { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleRpcStatus> |
FailedEntriesCount
Count of deny list entries that failed to be imported.
Declaration
[JsonProperty("failedEntriesCount")]
public virtual long? FailedEntriesCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
ImportedEntriesCount
Count of deny list entries successfully imported.
Declaration
[JsonProperty("importedEntriesCount")]
public virtual long? ImportedEntriesCount { get; set; }
Property Value
Type | Description |
---|---|
long? |