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

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateGlossaryCategoryRequest.

Creates a new GlossaryCategory under the specified Glossary.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#category

def category() -> ::Google::Cloud::Dataplex::V1::GlossaryCategory
Returns

#category=

def category=(value) -> ::Google::Cloud::Dataplex::V1::GlossaryCategory
Parameter
Returns

#category_id

def category_id() -> ::String
Returns
  • (::String) — Required. GlossaryCategory identifier.

#category_id=

def category_id=(value) -> ::String
Parameter
  • value (::String) — Required. GlossaryCategory identifier.
Returns
  • (::String) — Required. GlossaryCategory identifier.

#parent

def parent() -> ::String
Returns
  • (::String) — Required. The parent resource where this GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where locationId refers to a Google Cloud region.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource where this GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where locationId refers to a Google Cloud region.
Returns
  • (::String) — Required. The parent resource where this GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where locationId refers to a Google Cloud region.