public sealed class DisablePluginRequest : IMessage<DisablePluginRequest>, IEquatable<DisablePluginRequest>, IDeepCloneable<DisablePluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class DisablePluginRequest.
The [DisablePlugin][google.cloud.apihub.v1.ApiHubPlugin.DisablePlugin]
method's request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This documentation details the `DisablePluginRequest` class within the Google Cloud API Hub v1 API, representing the request structure for disabling a plugin."],["The `DisablePluginRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for message handling, comparison, deep cloning, and buffer management, respectively."],["The class features two constructors: a default constructor and one that creates a copy from another `DisablePluginRequest` instance."],["The `DisablePluginRequest` class includes properties like `Name` (a string representing the plugin's name) and `PluginName` (a `PluginName` type for a typed view of the plugin name)."],["The `DisablePluginRequest` requires the plugin name to disable in the format: `projects/{project}/locations/{location}/plugins/{plugin}`."]]],[]]