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."],[[["The content provides reference documentation for the `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API, specifically version 3.17.0."],["`DeleteProcessorRequest` is a request message used for the `DeleteProcessor` method in the `DocumentProcessorService` and is available in various versions from 1.0.0 to the latest, 3.19.0."],["The class `DeleteProcessorRequest` inherits from `object` and implements `IMessage`, `IEquatable\u003cDeleteProcessorRequest\u003e`, `IDeepCloneable\u003cDeleteProcessorRequest\u003e`, and `IBufferMessage`."],["This class has two constructors, one default and another that accepts a `DeleteProcessorRequest` as a parameter, it also contains the properties `Name` (string) and `ProcessorName` (ProcessorName)."]]],[]]