public sealed class DeletePhraseSetRequest : IMessage<DeletePhraseSetRequest>, IEquatable<DeletePhraseSetRequest>, IDeepCloneable<DeletePhraseSetRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Speech-to-Text v2 API class DeletePhraseSetRequest.
Request message for the
[DeletePhraseSet][google.cloud.speech.v2.Speech.DeletePhraseSet] method.
This checksum is computed by the server based on the value of other
fields. This may be sent on update, undelete, and delete requests to ensure
the client has an up-to-date value before proceeding.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eDeletePhraseSetRequest\u003c/code\u003e class is used to request the deletion of a PhraseSet in the Cloud Speech-to-Text v2 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, for functionality like message handling, comparison, cloning, and buffered operations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeletePhraseSetRequest\u003c/code\u003e allows for specifying the name of the PhraseSet to be deleted using the \u003ccode\u003eName\u003c/code\u003e property, which follows a specific format: \u003ccode\u003eprojects/{project}/locations/{location}/phraseSets/{phrase_set}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request can be made a no-op if the PhraseSet is not found by setting the \u003ccode\u003eAllowMissing\u003c/code\u003e property to true, and also can be validated prior to actual deletion by using the \u003ccode\u003eValidateOnly\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eThe client can include the \u003ccode\u003eEtag\u003c/code\u003e property in delete, update and undelete requests, this is a checksum computed by the server, to ensure up to date values.\u003c/p\u003e\n"]]],[],null,[]]