public sealed class UpdateServingConfigRequest : IMessage<UpdateServingConfigRequest>, IEquatable<UpdateServingConfigRequest>, IDeepCloneable<UpdateServingConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class UpdateServingConfigRequest.
Request for UpdateServingConfig method.
Implements
IMessageUpdateServingConfigRequest, IEquatableUpdateServingConfigRequest, IDeepCloneableUpdateServingConfigRequest, IBufferMessage, IMessageInherited Members
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.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.retail.v2.ServingConfig] to update. The following are NOT supported:
- [ServingConfig.name][google.cloud.retail.v2.ServingConfig.name]
If not set, all supported fields are updated.
Property Value | |
---|---|
Type | Description |
FieldMask |