Dataplex V1 API - Class Google::Cloud::Dataplex::V1::CreateGlossaryRequest (v2.6.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::CreateGlossaryRequest.

Create Glossary Request

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#glossary

def glossary() -> ::Google::Cloud::Dataplex::V1::Glossary
Returns

#glossary=

def glossary=(value) -> ::Google::Cloud::Dataplex::V1::Glossary
Parameter
Returns

#glossary_id

def glossary_id() -> ::String
Returns
  • (::String) — Required. Glossary ID: Glossary identifier.

#glossary_id=

def glossary_id=(value) -> ::String
Parameter
  • value (::String) — Required. Glossary ID: Glossary identifier.
Returns
  • (::String) — Required. Glossary ID: Glossary identifier.

#parent

def parent() -> ::String
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.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::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.
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.

#validate_only

def validate_only() -> ::Boolean
Returns
  • (::Boolean) — Optional. Validates the request without actually creating the Glossary. Default: false.

#validate_only=

def validate_only=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Optional. Validates the request without actually creating the Glossary. Default: false.
Returns
  • (::Boolean) — Optional. Validates the request without actually creating the Glossary. Default: false.