Class: Google::Cloud::Dataplex::V1::CreateGlossaryCategoryRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#category::Google::Cloud::Dataplex::V1::GlossaryCategory

Returns Required. The GlossaryCategory to create.

Returns:



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.

Returns:

  • (::String)

    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.

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.



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