Class: Google::Cloud::Dataplex::V1::DeleteAspectTypeRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteAspectTypeRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/catalog.rb
Overview
Delele AspectType 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 DeleteAspectTypeRequest method returns an ABORTED error response.
756 757 758 759 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 756 class DeleteAspectTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the AspectType:
projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}
.
756 757 758 759 |
# File 'proto_docs/google/cloud/dataplex/v1/catalog.rb', line 756 class DeleteAspectTypeRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |