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."],[[["The latest version of the `GetProviderRequest` API is 1.3.0, with prior versions including 1.2.0, 1.1.0, and 1.0.0 available."],["`GetProviderRequest` is a class in the Google.Cloud.Connectors.V1 namespace, used to request information about a connector provider, inheriting from the object class and implementing several interfaces."],["This class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The `GetProviderRequest` class includes properties `Name` (a string indicating the resource name) and `ProviderName` (a typed view over the resource name)."],["The purpose of this class is for use in the Connectors API to get provider information, with resource names being in the format of `projects/*/locations/*/providers/*`."]]],[]]