Reference documentation and code samples for the Google Cloud Dataplex V1 Client class GlossaryCategory.
A GlossaryCategory represents a collection of GlossaryCategories and GlossaryTerms within a Glossary that are related to each other.
Generated from protobuf message google.cloud.dataplex.v1.GlossaryCategory
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. Identifier. The resource name of the GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
↳ uid
string
Output only. System generated unique id for the GlossaryCategory. This ID will be different if the GlossaryCategory is deleted and re-created with the same name.
↳ display_name
string
Optional. User friendly display name of the GlossaryCategory. This is user-mutable. This will be same as the GlossaryCategoryId, if not specified.
↳ description
string
Optional. The user-mutable description of the GlossaryCategory.
↳ create_time
↳ update_time
↳ labels
↳ parent
string
Required. The immediate parent of the GlossaryCategory in the resource-hierarchy. It can either be a Glossary or a GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} OR projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
getName
Output only. Identifier. The resource name of the GlossaryCategory.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
string
setName
Output only. Identifier. The resource name of the GlossaryCategory.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
var
string
$this
getUid
Output only. System generated unique id for the GlossaryCategory. This ID will be different if the GlossaryCategory is deleted and re-created with the same name.
string
setUid
Output only. System generated unique id for the GlossaryCategory. This ID will be different if the GlossaryCategory is deleted and re-created with the same name.
var
string
$this
getDisplayName
Optional. User friendly display name of the GlossaryCategory. This is user-mutable. This will be same as the GlossaryCategoryId, if not specified.
string
setDisplayName
Optional. User friendly display name of the GlossaryCategory. This is user-mutable. This will be same as the GlossaryCategoryId, if not specified.
var
string
$this
getDescription
Optional. The user-mutable description of the GlossaryCategory.
string
setDescription
Optional. The user-mutable description of the GlossaryCategory.
var
string
$this
getCreateTime
Output only. The time at which the GlossaryCategory was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which the GlossaryCategory was created.
$this
getUpdateTime
Output only. The time at which the GlossaryCategory was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time at which the GlossaryCategory was last updated.
$this
getLabels
Optional. User-defined labels for the GlossaryCategory.
setLabels
Optional. User-defined labels for the GlossaryCategory.
$this
getParent
Required. The immediate parent of the GlossaryCategory in the resource-hierarchy. It can either be a Glossary or a GlossaryCategory.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} OR projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
string
setParent
Required. The immediate parent of the GlossaryCategory in the resource-hierarchy. It can either be a Glossary or a GlossaryCategory.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} OR projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
var
string
$this

