Class: Google::Cloud::Dataplex::V1::CreateGlossaryRequest

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

Create Glossary Request

Instance Attribute Summary collapse

Instance Attribute Details

#glossary::Google::Cloud::Dataplex::V1::Glossary

Returns Required. The Glossary to create.

Returns:



197
198
199
200
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 197

class CreateGlossaryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#glossary_id::String

Returns Required. Glossary ID: Glossary identifier.

Returns:

  • (::String)

    Required. Glossary ID: Glossary identifier.



197
198
199
200
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 197

class CreateGlossaryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parent::String

Returns Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.

Returns:

  • (::String)

    Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.



197
198
199
200
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 197

class CreateGlossaryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#validate_only::Boolean

Returns Optional. Validates the request without actually creating the Glossary. Default: false.

Returns:

  • (::Boolean)

    Optional. Validates the request without actually creating the Glossary. Default: false.



197
198
199
200
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 197

class CreateGlossaryRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end