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