Reference documentation and code samples for the Google Cloud Dataplex V1 Client class Glossary.
A Glossary represents a collection of GlossaryCategories and GlossaryTerms defined by the user. Glossary is a top level resource and is the Google Cloud parent resource of all the GlossaryCategories and GlossaryTerms within it.
Generated from protobuf message google.cloud.dataplex.v1.Glossary
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 Glossary. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
↳ uid
string
Output only. System generated unique id for the Glossary. This ID will be different if the Glossary is deleted and re-created with the same name.
↳ display_name
string
Optional. User friendly display name of the Glossary. This is user-mutable. This will be same as the GlossaryId, if not specified.
↳ description
string
Optional. The user-mutable description of the Glossary.
↳ create_time
↳ update_time
↳ labels
↳ term_count
int
Output only. The number of GlossaryTerms in the Glossary.
↳ category_count
int
Output only. The number of GlossaryCategories in the Glossary.
↳ etag
string
Optional. Needed for resource freshness validation. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
getName
Output only. Identifier. The resource name of the Glossary.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
string
setName
Output only. Identifier. The resource name of the Glossary.
Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
var
string
$this
getUid
Output only. System generated unique id for the Glossary. This ID will be different if the Glossary is deleted and re-created with the same name.
string
setUid
Output only. System generated unique id for the Glossary. This ID will be different if the Glossary is deleted and re-created with the same name.
var
string
$this
getDisplayName
Optional. User friendly display name of the Glossary. This is user-mutable.
This will be same as the GlossaryId, if not specified.
string
setDisplayName
Optional. User friendly display name of the Glossary. This is user-mutable.
This will be same as the GlossaryId, if not specified.
var
string
$this
getDescription
Optional. The user-mutable description of the Glossary.
string
setDescription
Optional. The user-mutable description of the Glossary.
var
string
$this
getCreateTime
Output only. The time at which the Glossary was created.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The time at which the Glossary was created.
$this
getUpdateTime
Output only. The time at which the Glossary was last updated.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The time at which the Glossary was last updated.
$this
getLabels
Optional. User-defined labels for the Glossary.
setLabels
Optional. User-defined labels for the Glossary.
$this
getTermCount
Output only. The number of GlossaryTerms in the Glossary.
int
setTermCount
Output only. The number of GlossaryTerms in the Glossary.
var
int
$this
getCategoryCount
Output only. The number of GlossaryCategories in the Glossary.
int
setCategoryCount
Output only. The number of GlossaryCategories in the Glossary.
var
int
$this
getEtag
Optional. Needed for resource freshness validation.
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
string
setEtag
Optional. Needed for resource freshness validation.
This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.
var
string
$this

