public sealed class UpdateSearchConfigRequest : IMessage<UpdateSearchConfigRequest>, IEquatable<UpdateSearchConfigRequest>, IDeepCloneable<UpdateSearchConfigRequest>, IBufferMessage, IMessageReference documentation and code samples for the Vision AI v1 API class UpdateSearchConfigRequest.
Request message for UpdateSearchConfig.
Implements
IMessageUpdateSearchConfigRequest, IEquatableUpdateSearchConfigRequest, IDeepCloneableUpdateSearchConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.VisionAI.V1Assembly
Google.Cloud.VisionAI.V1.dll
Constructors
UpdateSearchConfigRequest()
public UpdateSearchConfigRequest()UpdateSearchConfigRequest(UpdateSearchConfigRequest)
public UpdateSearchConfigRequest(UpdateSearchConfigRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateSearchConfigRequest |
Properties
SearchConfig
public SearchConfig SearchConfig { get; set; }Required. The search configuration to update.
The search configuration's name field is used to identify the resource to
be updated. Format:
projects/{project_number}/locations/{location}/corpora/{corpus}/searchConfigs/{search_config}
| Property Value | |
|---|---|
| Type | Description |
SearchConfig |
|
UpdateMask
public FieldMask UpdateMask { get; set; }The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|