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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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/*`."]]],[]]