Class: Google::Cloud::DataCatalog::V1::GetTaxonomyRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datacatalog/v1/policytagmanager.rb

Overview

Request message for GetTaxonomy.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Resource name of the taxonomy to get.

Returns:

  • (::String)

    Required. Resource name of the taxonomy to get.



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

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