public sealed class DisableProcessorRequest : IMessage<DisableProcessorRequest>, IEquatable<DisableProcessorRequest>, IDeepCloneable<DisableProcessorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Document AI v1 API class DisableProcessorRequest.
Request message for the
[DisableProcessor][google.cloud.documentai.v1.DocumentProcessorService.DisableProcessor]
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-04-01 UTC."],[[["This webpage provides reference documentation for the `DisableProcessorRequest` class within the Google Cloud Document AI v1 API, specifically focusing on version 3.7.0."],["The `DisableProcessorRequest` class is used to construct a request for disabling a processor, as part of the `DocumentProcessorService`."],["This page lists all versions of the `DisableProcessorRequest`, starting with version 3.19.0 as the latest, and shows the available versions all the way back to version 1.0.0."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `DisableProcessorRequest` class include `Name`, a string that represents the required processor resource name, and `ProcessorName`, which is a `ProcessorName`-typed view over the resource name."]]],[]]