Google Cloud Vision Ai V1 Client - Class UpdateSearchHypernymRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Vision Ai V1 Client class UpdateSearchHypernymRequest.

Request message for updating SearchHypernym.

Generated from protobuf message google.cloud.visionai.v1.UpdateSearchHypernymRequest

Namespace

Google \ Cloud \ VisionAI \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ search_hypernym SearchHypernym

Required. The SearchHypernym to update. The search hypernym's name field is used to identify the search hypernym to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

↳ update_mask Google\Protobuf\FieldMask

The list of fields to be updated. If left unset, all field paths will be updated/overwritten.

getSearchHypernym

Required. The SearchHypernym to update.

The search hypernym's name field is used to identify the search hypernym to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

Returns
Type Description
SearchHypernym|null

hasSearchHypernym

clearSearchHypernym

setSearchHypernym

Required. The SearchHypernym to update.

The search hypernym's name field is used to identify the search hypernym to be updated. Format: projects/{project_number}/locations/{location}/corpora/{corpus}/searchHypernyms/{search_hypernym}

Parameter
Name Description
var SearchHypernym
Returns
Type Description
$this

getUpdateMask

The list of fields to be updated. If left unset, all field paths will be updated/overwritten.

Returns
Type Description
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

The list of fields to be updated. If left unset, all field paths will be updated/overwritten.

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