public sealed class GetProviderRequest : IMessage<GetProviderRequest>, IEquatable<GetProviderRequest>, IDeepCloneable<GetProviderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class GetProviderRequest.
[[["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 `GetProviderRequest` class within the Eventarc v1 API, detailing its properties, constructors, and the interfaces it implements."],["The `GetProviderRequest` class serves as the request message for the `GetProvider` method and is part of the `Google.Cloud.Eventarc.V1` namespace."],["There are multiple versions available, ranging from version 1.0.0 to the latest 2.6.0, with version 2.5.0 being the current focus of this specific documentation."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its capabilities in message handling, comparison, cloning, and buffer management."],["Key properties of the `GetProviderRequest` class include `Name`, a required string field specifying the provider's name, and `ProviderName`, which offers a typed view over the `Name` property."]]],[]]