Class: Google::Cloud::Dataplex::V1::CreateGlossaryRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::CreateGlossaryRequest
- 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
-
#glossary ⇒ ::Google::Cloud::Dataplex::V1::Glossary
Required.
-
#glossary_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#glossary ⇒ ::Google::Cloud::Dataplex::V1::Glossary
Returns Required. The Glossary to create.
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.
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.
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.
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 |