Discovery Engine v1 API - Class UpdateControlRequest (1.1.0)

public sealed class UpdateControlRequest : IMessage<UpdateControlRequest>, IEquatable<UpdateControlRequest>, IDeepCloneable<UpdateControlRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class UpdateControlRequest.

Request for UpdateControl method.

Inheritance

object > UpdateControlRequest

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

UpdateControlRequest()

public UpdateControlRequest()

UpdateControlRequest(UpdateControlRequest)

public UpdateControlRequest(UpdateControlRequest other)
Parameter
Name Description
other UpdateControlRequest

Properties

Control

public Control Control { get; set; }

Required. The Control to update.

Property Value
Type Description
Control

UpdateMask

public FieldMask UpdateMask { get; set; }

Optional. Indicates which fields in the provided [Control][google.cloud.discoveryengine.v1.Control] to update. The following are NOT supported:

  • [Control.name][google.cloud.discoveryengine.v1.Control.name]
  • [Control.solution_type][google.cloud.discoveryengine.v1.Control.solution_type]

If not set or empty, all supported fields are updated.

Property Value
Type Description
FieldMask