public sealed class GetProviderRequest : IMessage<GetProviderRequest>, IEquatable<GetProviderRequest>, IDeepCloneable<GetProviderRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors 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 documentation is for version 1.2.0 of the `GetProviderRequest` class within the Integration Connectors v1 API, specifically for .NET."],["`GetProviderRequest` is a class used for requesting a provider, inheriting from `object` and implementing multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors: a default constructor and one that accepts another `GetProviderRequest` object as a parameter."],["It has two properties, `Name`, a string that represents the required resource name, and `ProviderName`, a `ProviderName`-typed view over the `Name` resource name property."],["The `GetProviderRequest` class is located in the `Google.Cloud.Connectors.V1` namespace, within the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]