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
- (::Google::Cloud::Dataplex::V1::GlossaryCategory) — Required. The GlossaryCategory to create.
#category=
def category=(value) -> ::Google::Cloud::Dataplex::V1::GlossaryCategory
Parameter
- value (::Google::Cloud::Dataplex::V1::GlossaryCategory) — Required. The GlossaryCategory to create.
Returns
- (::Google::Cloud::Dataplex::V1::GlossaryCategory) — Required. The GlossaryCategory to create.
#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.