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-04-17 UTC."],[[["The latest version of the `GetProviderRequest` class for the Integration Connectors v1 API is 1.3.0, and this class is a request message for retrieving provider details."],["This `GetProviderRequest` class inherits from `object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering methods like `GetHashCode`, `GetType`, and `ToString`."],["The `GetProviderRequest` class has two constructors: a default constructor and one that accepts another `GetProviderRequest` object as a parameter for creating a copy."],["The class includes the `Name` property, a string representing the resource name of the provider in the format `projects/*/locations/*/providers/*`, and the read-only `ProviderName` property that provides a typed view over the resource name."],["This documentation provides reference information and code examples for using the `GetProviderRequest` class within the `Google.Cloud.Connectors.V1` namespace, found in the `Google.Cloud.Connectors.V1.dll` assembly."]]],[]]