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 latest version of the Google Cloud Document AI v1 API documentation is 3.19.0, with a full list of previous versions available, down to version 1.0.0."],["This document provides reference material and code samples for the `DeleteProcessorRequest` class, which is used to delete a document processor."],["The `DeleteProcessorRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteProcessorRequest` class has two constructors, a default one and another that accepts another `DeleteProcessorRequest` as a parameter."],["Key properties of `DeleteProcessorRequest` include `Name` (a string representing the processor's resource name to be deleted) and `ProcessorName` (a `ProcessorName`-typed view of the resource name)."]]],[]]