public sealed class DeleteAspectTypeRequest : IMessage<DeleteAspectTypeRequest>, IEquatable<DeleteAspectTypeRequest>, IDeepCloneable<DeleteAspectTypeRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DeleteAspectTypeRequest.
Delete AspectType Request.
Implements
IMessageDeleteAspectTypeRequest, IEquatableDeleteAspectTypeRequest, IDeepCloneableDeleteAspectTypeRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DeleteAspectTypeRequest()
public DeleteAspectTypeRequest()DeleteAspectTypeRequest(DeleteAspectTypeRequest)
public DeleteAspectTypeRequest(DeleteAspectTypeRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteAspectTypeRequest |
Properties
AspectTypeName
public AspectTypeName AspectTypeName { get; set; }AspectTypeName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
AspectTypeName |
|
Etag
public string Etag { get; set; }Optional. If the client provided etag value does not match the current etag value, the DeleteAspectTypeRequest method returns an ABORTED error response.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. The resource name of the AspectType:
projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
| Property Value | |
|---|---|
| Type | Description |
string |
|