Class: Google::Cloud::Dataplex::V1::GetGlossaryRequest

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

Get Glossary Request

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the Glossary to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}.

Returns:

  • (::String)

    Required. The name of the Glossary to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}



244
245
246
247
# File 'proto_docs/google/cloud/dataplex/v1/business_glossary.rb', line 244

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