Google Cloud Translation v3 API - Class DeleteGlossaryEntryRequest (3.9.0)

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

Reference documentation and code samples for the Google Cloud Translation v3 API class DeleteGlossaryEntryRequest.

Request message for Delete Glossary Entry

Inheritance

object > DeleteGlossaryEntryRequest

Namespace

Google.Cloud.Translate.V3

Assembly

Google.Cloud.Translate.V3.dll

Constructors

DeleteGlossaryEntryRequest()

public DeleteGlossaryEntryRequest()

DeleteGlossaryEntryRequest(DeleteGlossaryEntryRequest)

public DeleteGlossaryEntryRequest(DeleteGlossaryEntryRequest other)
Parameter
Name Description
other DeleteGlossaryEntryRequest

Properties

GlossaryEntryName

public GlossaryEntryName GlossaryEntryName { get; set; }

GlossaryEntryName-typed view over the Name resource name property.

Property Value
Type Description
GlossaryEntryName

Name

public string Name { get; set; }

Required. The resource name of the glossary entry to delete

Property Value
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月06日 UTC.