Google Cloud Discovery Engine V1 Client - Class UpdateControlRequest (1.2.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class UpdateControlRequest.

Request for UpdateControl method.

Generated from protobuf message google.cloud.discoveryengine.v1.UpdateControlRequest

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ controlGoogle\Cloud\DiscoveryEngine\V1\Control

Required. The Control to update.

↳ update_maskGoogle\Protobuf\FieldMask

Optional. Indicates which fields in the provided Control to update. The following are NOT supported: * Control.name * Control.solution_type If not set or empty, all supported fields are updated.

getControl

Required. The Control to update.

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1\Control|null

hasControl

clearControl

setControl

Required. The Control to update.

Parameter
NameDescription
varGoogle\Cloud\DiscoveryEngine\V1\Control
Returns
TypeDescription
$this

getUpdateMask

Optional. Indicates which fields in the provided Control to update. The following are NOT supported:

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Optional. Indicates which fields in the provided Control to update. The following are NOT supported:

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
controlGoogle\Cloud\DiscoveryEngine\V1\Control

Required. The Control to update.

updateMaskGoogle\Protobuf\FieldMask

Optional. Indicates which fields in the provided Control to update. The following are NOT supported:

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

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1\UpdateControlRequest