Google Cloud Dataplex V1 Client - Class CreateGlossaryTermRequest (1.8.0)

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 \ V1

Methods

__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 location_id refers to a Google Cloud region.

↳ 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 location_id refers to a Google Cloud region. Please see BusinessGlossaryServiceClient::glossaryName() for help formatting this field.

term GlossaryTerm

Required. The GlossaryTerm to create.

termId string

Required. GlossaryTerm identifier.

Returns
Type Description
CreateGlossaryTermRequest

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月08日 UTC.