public sealed class GetProviderRequest : IMessage<GetProviderRequest>, IEquatable<GetProviderRequest>, IDeepCloneable<GetProviderRequest>, IBufferMessage, IMessage
[[["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-04-09 UTC."],[[["The latest version available for `GetProviderRequest` is 2.6.0, with several earlier versions also documented, including 1.3.0, which the current page covers."],["`GetProviderRequest` is a request message used for the `GetProvider` method in the `Google.Cloud.Eventarc.V1` namespace."],["It inherits from the base `Object` class and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class has two constructors, one default and one that takes another `GetProviderRequest` object as a parameter for creating a new instance."],["It features properties `Name`, which is a required string representing the provider's name, and `ProviderName`, which offers a typed view of the `Name` property."]]],[]]