Class: Google::Cloud::Dataplex::V1::DeleteEntryTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteEntryTypeRequest
- 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
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
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.
643 644 645 646 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 643 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}
.
643 644 645 646 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 643 class DeleteEntryTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |