Google Cloud Discovery Engine V1beta Client - Class UpdateControlRequest (0.11.3)

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

Request for UpdateControl method.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ control Google\Cloud\DiscoveryEngine\V1beta\Control

Required. The Control to update.

↳ update_mask Google\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
Type Description
Google\Cloud\DiscoveryEngine\V1beta\Control|null

hasControl

clearControl

setControl

Required. The Control to update.

Parameter
Name Description
var Google\Cloud\DiscoveryEngine\V1beta\Control
Returns
Type Description
$this

getUpdateMask

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

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

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

Parameter
Name Description
var Google\Protobuf\FieldMask
Returns
Type Description
$this

static::build

Parameters
Name Description
control Google\Cloud\DiscoveryEngine\V1beta\Control

Required. The Control to update.

updateMask Google\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
Type Description
Google\Cloud\DiscoveryEngine\V1beta\UpdateControlRequest