Class: Google::Cloud::Dataplex::V1::CreateGlossaryCategoryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateGlossaryCategoryRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/business_glossary.rb
Overview
Creates a new GlossaryCategory under the specified Glossary.
Instance Attribute Summary collapse
-
#category ⇒ ::Google::Cloud::Dataplex::V1::GlossaryCategory
Required.
-
#category_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#category ⇒ ::Google::Cloud::Dataplex::V1::GlossaryCategory
Returns Required. The GlossaryCategory to create.
314 315 316 317 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 314 class CreateGlossaryCategoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#category_id ⇒ ::String
Returns Required. GlossaryCategory identifier.
314 315 316 317 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 314 class CreateGlossaryCategoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns 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.
314 315 316 317 |
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 314 class CreateGlossaryCategoryRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |