Reference documentation and code samples for the Google Cloud Dataplex V1 Client class UpdateGlossaryCategoryRequest.
Update GlossaryCategory Request
Generated from protobuf message google.cloud.dataplex.v1.UpdateGlossaryCategoryRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ category |
GlossaryCategory
Required. The GlossaryCategory to update. The GlossaryCategory's |
↳ update_mask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
getCategory
Required. The GlossaryCategory to update.
The GlossaryCategory's name
field is used to identify the
GlossaryCategory to update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
Returns | |
---|---|
Type | Description |
GlossaryCategory|null |
hasCategory
clearCategory
setCategory
Required. The GlossaryCategory to update.
The GlossaryCategory's name
field is used to identify the
GlossaryCategory to update. Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
Parameter | |
---|---|
Name | Description |
var |
GlossaryCategory
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateMask
Required. The list of fields to update.
Returns | |
---|---|
Type | Description |
Google\Protobuf\FieldMask|null |
hasUpdateMask
clearUpdateMask
setUpdateMask
Required. The list of fields to update.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\FieldMask
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
category |
GlossaryCategory
Required. The GlossaryCategory to update.
The GlossaryCategory's |
updateMask |
Google\Protobuf\FieldMask
Required. The list of fields to update. |
Returns | |
---|---|
Type | Description |
UpdateGlossaryCategoryRequest |