Class: Google::Cloud::Dataplex::V1::GetDataTaxonomyRequest

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

Overview

Get DataTaxonomy request.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

Returns:

  • (::String)

    Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}



275
276
277
278
# File 'proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb', line 275

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