Discovery Engine v1beta API - Class UpdateServingConfigRequest (1.0.0-beta12)

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.

Inheritance

object > UpdateServingConfigRequest

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.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.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
TypeDescription
FieldMask