Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateGlossaryTermRequest.
Creates a new GlossaryTerm under the specified Glossary.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#parent
def parent() -> ::String Returns
- (::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_idrefers to a Google Cloud region.
#parent=
def parent=(value) -> ::String Parameter
- value (::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_idrefers to a Google Cloud region.
Returns
- (::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_idrefers to a Google Cloud region.
#term
def term() -> ::Google::Cloud::Dataplex::V1::GlossaryTerm Returns
- (::Google::Cloud::Dataplex::V1::GlossaryTerm) — Required. The GlossaryTerm to create.
#term=
def term=(value) -> ::Google::Cloud::Dataplex::V1::GlossaryTerm Parameter
- value (::Google::Cloud::Dataplex::V1::GlossaryTerm) — Required. The GlossaryTerm to create.
Returns
- (::Google::Cloud::Dataplex::V1::GlossaryTerm) — Required. The GlossaryTerm to create.
#term_id
def term_id() -> ::String Returns
- (::String) — Required. GlossaryTerm identifier.
#term_id=
def term_id=(value) -> ::String Parameter
- value (::String) — Required. GlossaryTerm identifier.
Returns
- (::String) — Required. GlossaryTerm identifier.