Google Cloud Ai Platform V1 Client - Class UpdateIndexRequest (0.22.0)

Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class UpdateIndexRequest.

Request message for IndexService.UpdateIndex.

Generated from protobuf message google.cloud.aiplatform.v1.UpdateIndexRequest

Namespace

Google \ Cloud \ AIPlatform \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ index Google\Cloud\AIPlatform\V1\Index

Required. The Index which updates the resource on the server.

↳ update_mask Google\Protobuf\FieldMask

The update mask applies to the resource. For the FieldMask definition, see google.protobuf.FieldMask.

getIndex

Required. The Index which updates the resource on the server.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\Index|null

hasIndex

clearIndex

setIndex

Required. The Index which updates the resource on the server.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\Index
Returns
TypeDescription
$this

getUpdateMask

The update mask applies to the resource.

For the FieldMask definition, see google.protobuf.FieldMask.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The update mask applies to the resource.

For the FieldMask definition, see google.protobuf.FieldMask.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
index Google\Cloud\AIPlatform\V1\Index

Required. The Index which updates the resource on the server.

updateMask Google\Protobuf\FieldMask

The update mask applies to the resource. For the FieldMask definition, see google.protobuf.FieldMask.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\UpdateIndexRequest