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-09-04 UTC."],[[["\u003cp\u003eThis page provides documentation for the \u003ccode\u003eGetConnectorRequest\u003c/code\u003e class within the Google Cloud Integration Connectors v1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetConnectorRequest\u003c/code\u003e class is used to create a request for retrieving a connector resource, as indicated by the documentation for \u003ccode\u003eConnectors.GetConnector\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class implements several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, all within the \u003ccode\u003eGoogle.Protobuf\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties like \u003ccode\u003eConnectorName\u003c/code\u003e (of type \u003ccode\u003eConnectorName\u003c/code\u003e) and \u003ccode\u003eName\u003c/code\u003e (of type \u003ccode\u003estring\u003c/code\u003e), which are used to specify the connector resource being requested, and is a required part of the request.\u003c/p\u003e\n"],["\u003cp\u003eThe 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 \u003ccode\u003eGoogle.Cloud.Connectors.V1\u003c/code\u003e namespace.\u003c/p\u003e\n"]]],[],null,["# Integration Connectors v1 API - Class GetConnectorRequest (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1.GetConnectorRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.Connectors.V1/1.2.0/Google.Cloud.Connectors.V1.GetConnectorRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Connectors.V1/1.1.0/Google.Cloud.Connectors.V1.GetConnectorRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Connectors.V1/1.0.0/Google.Cloud.Connectors.V1.GetConnectorRequest) \n\n public sealed class GetConnectorRequest : IMessage\u003cGetConnectorRequest\u003e, IEquatable\u003cGetConnectorRequest\u003e, IDeepCloneable\u003cGetConnectorRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Integration Connectors v1 API class GetConnectorRequest.\n\nRequest message for Connectors.GetConnector. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetConnectorRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetConnectorRequest](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1.GetConnectorRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetConnectorRequest](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1.GetConnectorRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetConnectorRequest](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1.GetConnectorRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Connectors.V1](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Connectors.V1.dll\n\nConstructors\n------------\n\n### GetConnectorRequest()\n\n public GetConnectorRequest()\n\n### GetConnectorRequest(GetConnectorRequest)\n\n public GetConnectorRequest(GetConnectorRequest other)\n\nProperties\n----------\n\n### ConnectorName\n\n public ConnectorName ConnectorName { get; set; }\n\n[ConnectorName](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1.ConnectorName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.Connectors.V1/latest/Google.Cloud.Connectors.V1.GetConnectorRequest#Google_Cloud_Connectors_V1_GetConnectorRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Resource name of the form:\n`projects/*/locations/*/providers/*/connectors/*`\nOnly global location is supported for Connector resource."]]