Class: Google::Cloud::Dataplex::V1::DeleteEntryTypeRequest

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

Overview

Delele EntryType Request

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. If the client provided etag value does not match the current etag value, the DeleteEntryTypeRequest method returns an ABORTED error response.

Returns:

  • (::String)

    Optional. If the client provided etag value does not match the current etag value, the DeleteEntryTypeRequest method returns an ABORTED error response



634
635
636
637
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 634

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

#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}.



634
635
636
637
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 634

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