public sealed class UpdateServingConfigRequest : IMessage<UpdateServingConfigRequest>, IEquatable<UpdateServingConfigRequest>, IDeepCloneable<UpdateServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1beta API class UpdateServingConfigRequest.
Request for UpdateServingConfig method.
Implements
IMessageUpdateServingConfigRequest, IEquatableUpdateServingConfigRequest, IDeepCloneableUpdateServingConfigRequest, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
UpdateServingConfigRequest()
public UpdateServingConfigRequest()
UpdateServingConfigRequest(UpdateServingConfigRequest)
public UpdateServingConfigRequest(UpdateServingConfigRequest other)
Parameter | |
---|---|
Name | Description |
other |
UpdateServingConfigRequest |
Properties
ServingConfig
public ServingConfig ServingConfig { get; set; }
Required. The ServingConfig to update.
Property Value | |
---|---|
Type | Description |
ServingConfig |
UpdateMask
public FieldMask UpdateMask { get; set; }
Indicates which fields in the provided [ServingConfig][google.cloud.discoveryengine.v1beta.ServingConfig] to update. The following are NOT supported:
- [ServingConfig.name][google.cloud.discoveryengine.v1beta.ServingConfig.name]
If not set, all supported fields are updated.
Property Value | |
---|---|
Type | Description |
FieldMask |