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 reference documentation for the `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API, specifically detailing its structure, functionality, and implementation in .NET."],["The `DeleteProcessorRequest` class is used to send a request to delete a processor, and it inherits from and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version is `3.19.0`, and the page includes links to the documentation for versions as early as `1.0.0`, covering version `3.11.0` in detail."],["Key properties of `DeleteProcessorRequest` are `Name` (a string representing the processor resource name to be deleted) and `ProcessorName` (a typed view over the `Name`)."],["The page covers the constructors for the `DeleteProcessorRequest`, both no-argument and copy-constructor, as well as information on its methods, inherited members, namespace, and assembly."]]],[]]