Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateGlossaryTermRequest.
Creates a new GlossaryTerm under the specified Glossary.
Generated from protobuf message google.cloud.dataplex.v1.CreateGlossaryTermRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource where the GlossaryTerm will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where |
↳ term_id |
string
Required. GlossaryTerm identifier. |
↳ term |
GlossaryTerm
Required. The GlossaryTerm to create. |
getParent
Required. The parent resource where the GlossaryTerm will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where location_id
refers to a Google Cloud region.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The parent resource where the GlossaryTerm will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where location_id
refers to a Google Cloud region.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTermId
Required. GlossaryTerm identifier.
Returns | |
---|---|
Type | Description |
string |
setTermId
Required. GlossaryTerm identifier.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTerm
Required. The GlossaryTerm to create.
Returns | |
---|---|
Type | Description |
GlossaryTerm|null |
hasTerm
clearTerm
setTerm
Required. The GlossaryTerm to create.
Parameter | |
---|---|
Name | Description |
var |
GlossaryTerm
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. The parent resource where the GlossaryTerm will be created.
Format:
projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
where |
term |
GlossaryTerm
Required. The GlossaryTerm to create. |
termId |
string
Required. GlossaryTerm identifier. |
Returns | |
---|---|
Type | Description |
CreateGlossaryTermRequest |