Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CreateGlossaryTermRequest (v2.6.0)

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

#term

def term() -> ::Google::Cloud::Dataplex::V1::GlossaryTerm
Returns

#term=

def term=(value) -> ::Google::Cloud::Dataplex::V1::GlossaryTerm
Parameter
Returns

#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.