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 page provides reference documentation for the `DeleteProcessorRequest` class within the Google Cloud Document AI v1 API, specifically for version 3.8.0."],["The `DeleteProcessorRequest` class is used to construct requests for deleting a processor, as defined in the `DocumentProcessorService.DeleteProcessor` method."],["The documentation includes details on the class's inheritance, implemented interfaces, constructors, and properties such as `Name` and `ProcessorName`."],["The page lists all available versions of the API, ranging from the latest 3.19.0 down to the initial 1.0.0, providing links to each version's documentation."],["The class `DeleteProcessorRequest` requires a processor resource name to be specified for deletion using the property `Name` or `ProcessorName`."]]],[]]