Google Cloud Discovery Engine V1 Client - Class UpdateEngineRequest (1.0.0)

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

Request message for EngineService.UpdateEngine method.

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
dataarray

Optional. Data for populating the Message object.

↳ engineGoogle\Cloud\DiscoveryEngine\V1\Engine

Required. The Engine to update. If the caller does not have permission to update the Engine, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Engine to update does not exist, a NOT_FOUND error is returned.

↳ update_maskGoogle\Protobuf\FieldMask

Indicates which fields in the provided Engine to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

getEngine

Required. The Engine to update.

If the caller does not have permission to update the Engine, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Engine to update does not exist, a NOT_FOUND error is returned.

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

hasEngine

clearEngine

setEngine

Required. The Engine to update.

If the caller does not have permission to update the Engine, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the Engine to update does not exist, a NOT_FOUND error is returned.

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

getUpdateMask

Indicates which fields in the provided Engine to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Indicates which fields in the provided Engine to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

Parameter
NameDescription
varGoogle\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
engineGoogle\Cloud\DiscoveryEngine\V1\Engine

Required. The Engine to update.

If the caller does not have permission to update the Engine, regardless of whether or not it exists, a PERMISSION_DENIED error is returned.

If the Engine to update does not exist, a NOT_FOUND error is returned.

updateMaskGoogle\Protobuf\FieldMask

Indicates which fields in the provided Engine to update.

If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned.

Returns
TypeDescription
Google\Cloud\DiscoveryEngine\V1\UpdateEngineRequest