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 \ V1Methods
__construct
Constructor.
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}
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}
$this
getUpdateMask
The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
hasUpdateMask
clearUpdateMask
setUpdateMask
The list of fields to be updated. If left unset, all field paths will be updated/overwritten.
$this
static::build
searchHypernym
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}
updateMask
Google\Protobuf\FieldMask
The list of fields to be updated. If left unset, all field paths will be updated/overwritten.

