public sealed class EnablePluginRequest : IMessage<EnablePluginRequest>, IEquatable<EnablePluginRequest>, IDeepCloneable<EnablePluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class EnablePluginRequest.
The [EnablePlugin][google.cloud.apihub.v1.ApiHubPlugin.EnablePlugin] 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 document provides reference documentation for the `EnablePluginRequest` class within the Google.Cloud.ApiHub.V1 API, specifically version 1.0.0-beta01."],["The `EnablePluginRequest` class is used to construct requests for the `EnablePlugin` method, which is part of the `ApiHubPlugin` service."],["The `EnablePluginRequest` class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EnablePluginRequest` class contains properties such as `Name`, which is a required string representing the plugin's resource name, and `PluginName`, which provides a typed view over the `Name` property."],["The `EnablePluginRequest` class has two constructors, one default constructor and one that takes an existing `EnablePluginRequest` as a parameter, likely for copying an existing instance."]]],[]]