public sealed class DeleteProcessorRequest : IMessage<DeleteProcessorRequest>, IEquatable<DeleteProcessorRequest>, IDeepCloneable<DeleteProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DeleteProcessorRequest.
Request message for the
[DeleteProcessor][google.cloud.documentai.v1.DocumentProcessorService.DeleteProcessor]
method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API for .NET."],["The `DeleteProcessorRequest` class is used to construct requests for deleting a document processor via the `DocumentProcessorService.DeleteProcessor` method."],["The latest version of the API available on the page is 3.19.0, but it lists multiple prior versions back to 1.0.0."],["The `DeleteProcessorRequest` class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties for `Name` (the resource name to delete) and `ProcessorName` (a typed view of the name), and it has a constructor to initiate the class."]]],[]]