public sealed class DisableProcessorResponse : IMessage<DisableProcessorResponse>, IEquatable<DisableProcessorResponse>, IDeepCloneable<DisableProcessorResponse>, IBufferMessage, IMessage
Response message for the disable processor method.
Intentionally empty proto for adding fields in future.
[[["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 documentation for the `DisableProcessorResponse` class within the `Google.Cloud.DocumentAI.V1` namespace, detailing its structure and usage in the .NET environment."],["The latest version documented is 3.19.0, with a comprehensive history of previous versions from 3.18.0 down to 1.0.0."],["The `DisableProcessorResponse` class is intentionally designed as an empty response message for the disable processor method, with potential for future additions."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, offering methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The documentation includes details on the class's constructors, specifically a default constructor and one that accepts another `DisableProcessorResponse` instance, providing a way to create copies."]]],[]]