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"]],[["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 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}`."]]],[]]