Class: Google::Cloud::Dataplex::V1::GetAspectTypeRequest

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

Overview

Get AspectType request

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the AspectType: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.

Returns:

  • (::String)

    Required. The resource name of the AspectType: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.



809
810
811
812
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 809

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