public sealed class GetConnectorRequest : IMessage<GetConnectorRequest>, IEquatable<GetConnectorRequest>, IDeepCloneable<GetConnectorRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Integration Connectors v1 API class GetConnectorRequest.
[[["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 page provides documentation for the `GetConnectorRequest` class within the Google Cloud Integration Connectors v1 API, specifically for .NET development."],["The `GetConnectorRequest` class is used to create a request for retrieving a connector resource, as indicated by the documentation for `Connectors.GetConnector`."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all within the `Google.Protobuf` namespace."],["The class includes properties like `ConnectorName` (of type `ConnectorName`) and `Name` (of type `string`), which are used to specify the connector resource being requested, and is a required part of the request."],["The latest version of this class available is 1.3.0, with previous versions 1.2.0, 1.1.0 and 1.0.0 also available, all contained within the `Google.Cloud.Connectors.V1` namespace."]]],[]]