Class: Google::Cloud::Dataplex::V1::CreateGlossaryTermRequest

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 GlossaryTerm under the specified Glossary.

Instance Attribute Summary collapse

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.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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