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.
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 location_id
refers to a Google Cloud region.
↳ term_id
string
Required. GlossaryTerm identifier.
↳ term
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.
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.
var
string
$this
getTermId
Required. GlossaryTerm identifier.
string
setTermId
Required. GlossaryTerm identifier.
var
string
$this
getTerm
Required. The GlossaryTerm to create.
hasTerm
clearTerm
setTerm
Required. The GlossaryTerm to create.
$this
static::build
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 location_id
refers to a Google Cloud region. Please see BusinessGlossaryServiceClient::glossaryName()
for help formatting this field.
term
termId
string
Required. GlossaryTerm identifier.

