Class: Google::Cloud::Dataplex::V1::GetEntryTypeRequest

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 EntryType request

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The resource name of the EntryType: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.

Returns:

  • (::String)

    Required. The resource name of the EntryType: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.



696
697
698
699
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 696

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