Reference documentation and code samples for the Google Cloud Dataplex V1 Client class GlossaryTerm.
GlossaryTerms are the core of Glossary.
A GlossaryTerm holds a rich text description that can be attached to Entries or specific columns to enrich them.
Generated from protobuf message google.cloud.dataplex.v1.GlossaryTerm
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 GlossaryTerm. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
↳ uid
string
Output only. System generated unique id for the GlossaryTerm. This ID will be different if the GlossaryTerm is deleted and re-created with the same name.
↳ display_name
string
Optional. User friendly display name of the GlossaryTerm. This is user-mutable. This will be same as the GlossaryTermId, if not specified.
↳ description
string
Optional. The user-mutable description of the GlossaryTerm.
↳ create_time
↳ update_time
↳ labels
↳ parent
string
Required. The immediate parent of the GlossaryTerm 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 GlossaryTerm.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
string
setName
Output only. Identifier. The resource name of the GlossaryTerm.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
var
string
$this
getUid
Output only. System generated unique id for the GlossaryTerm. This ID will be different if the GlossaryTerm is deleted and re-created with the same name.
string
setUid
Output only. System generated unique id for the GlossaryTerm. This ID will be different if the GlossaryTerm is deleted and re-created with the same name.
var
string
$this
getDisplayName
Optional. User friendly display name of the GlossaryTerm. This is user-mutable. This will be same as the GlossaryTermId, if not specified.
string
setDisplayName
Optional. User friendly display name of the GlossaryTerm. This is user-mutable. This will be same as the GlossaryTermId, if not specified.
var
string
$this
getDescription
Optional. The user-mutable description of the GlossaryTerm.
string
setDescription
Optional. The user-mutable description of the GlossaryTerm.
var
string
$this
getCreateTime
Output only. The time at which the GlossaryTerm was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which the GlossaryTerm was created.
$this
getUpdateTime
Output only. The time at which the GlossaryTerm was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time at which the GlossaryTerm was last updated.
$this
getLabels
Optional. User-defined labels for the GlossaryTerm.
setLabels
Optional. User-defined labels for the GlossaryTerm.
$this
getParent
Required. The immediate parent of the GlossaryTerm 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 GlossaryTerm 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

