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, which is part of the Google Cloud API Hub v1 API, specifically within the namespace `Google.Cloud.ApiHub.V1`."],["The `DisablePluginRequest` class is used to construct requests for the `DisablePlugin` method, found within the `ApiHubPlugin` service of the API Hub."],["It implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `DisablePluginRequest` class contains two constructors, a default one and one that takes another `DisablePluginRequest` object, and two properties named \"Name\" and \"PluginName\"."],["The `Name` property is required and specifies the full resource name of the plugin to be disabled in the format: `projects/{project}/locations/{location}/plugins/{plugin}`."]]],[]]