Class: Google::Cloud::DataCatalog::V1::DeleteEntryRequest

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

Overview

Request message for DeleteEntry.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. The name of the entry to delete.

Returns:

  • (::String)

    Required. The name of the entry to delete.



339
340
341
342
# File 'proto_docs/google/cloud/datacatalog/v1/datacatalog.rb', line 339

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