public sealed class DeleteGlossaryRequest : IMessage<DeleteGlossaryRequest>, IEquatable<DeleteGlossaryRequest>, IDeepCloneable<DeleteGlossaryRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Dataplex v1 API class DeleteGlossaryRequest.
Delete Glossary Request
Implements
IMessageDeleteGlossaryRequest, IEquatableDeleteGlossaryRequest, IDeepCloneableDeleteGlossaryRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
DeleteGlossaryRequest()
public DeleteGlossaryRequest()DeleteGlossaryRequest(DeleteGlossaryRequest)
public DeleteGlossaryRequest(DeleteGlossaryRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteGlossaryRequest |
Properties
Etag
public string Etag { get; set; }Optional. The etag of the Glossary. If this is provided, it must match the server's etag. If the etag is provided and does not match the server-computed etag, the request must fail with a ABORTED error code.
| Property Value | |
|---|---|
| Type | Description |
string |
|
GlossaryName
public GlossaryName GlossaryName { get; set; }GlossaryName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
GlossaryName |
|
Name
public string Name { get; set; }Required. The name of the Glossary to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
| Property Value | |
|---|---|
| Type | Description |
string |
|