Retail v2 API - Class UpdateServingConfigRequest (2.5.0)

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.

Inheritance

object > UpdateServingConfigRequest

Namespace

GoogleCloudGoogle.Cloud.RetailV2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UpdateServingConfigRequest()

public UpdateServingConfigRequest()

UpdateServingConfigRequest(UpdateServingConfigRequest)

public UpdateServingConfigRequest(UpdateServingConfigRequest other)
Parameter
NameDescription
otherUpdateServingConfigRequest

Properties

ServingConfig

public ServingConfig ServingConfig { get; set; }

Required. The ServingConfig to update.

Property Value
TypeDescription
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
TypeDescription
FieldMask