Cloud Dataplex v1 API - Class DeleteGlossaryRequest (3.10.0)

public sealed class DeleteGlossaryRequest : IMessage<DeleteGlossaryRequest>, IEquatable<DeleteGlossaryRequest>, IDeepCloneable<DeleteGlossaryRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteGlossaryRequest.

Delete Glossary Request

Inheritance

object > DeleteGlossaryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

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