public sealed class GetClientConnectorServiceRequest : IMessage<GetClientConnectorServiceRequest>, IEquatable<GetClientConnectorServiceRequest>, IDeepCloneable<GetClientConnectorServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class GetClientConnectorServiceRequest.
[[["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\u003eThe \u003ccode\u003eGetClientConnectorServiceRequest\u003c/code\u003e class is used to request a specific Client Connector Service within the BeyondCorp Client Connector Services v1 API.\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, offering features like message handling, equality checks, and deep cloning.\u003c/p\u003e\n"],["\u003cp\u003eIt has a \u003ccode\u003eName\u003c/code\u003e property (string type) that is required and specifies the resource name of the requested \u003ccode\u003eClientConnectorService\u003c/code\u003e, and \u003ccode\u003eClientConnectorServiceName\u003c/code\u003e which is the typed view of the resource name.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default one and one that takes another \u003ccode\u003eGetClientConnectorServiceRequest\u003c/code\u003e object for copying its properties.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp Client Connector Services v1 API - Class GetClientConnectorServiceRequest (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.GetClientConnectorServiceRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/1.0.0/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.GetClientConnectorServiceRequest) \n\n public sealed class GetClientConnectorServiceRequest : IMessage\u003cGetClientConnectorServiceRequest\u003e, IEquatable\u003cGetClientConnectorServiceRequest\u003e, IDeepCloneable\u003cGetClientConnectorServiceRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class GetClientConnectorServiceRequest.\n\nMessage for getting a ClientConnectorService. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetClientConnectorServiceRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetClientConnectorServiceRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.GetClientConnectorServiceRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetClientConnectorServiceRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.GetClientConnectorServiceRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetClientConnectorServiceRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.GetClientConnectorServiceRequest), [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.BeyondCorp.ClientConnectorServices.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.ClientConnectorServices.V1.dll\n\nConstructors\n------------\n\n### GetClientConnectorServiceRequest()\n\n public GetClientConnectorServiceRequest()\n\n### GetClientConnectorServiceRequest(GetClientConnectorServiceRequest)\n\n public GetClientConnectorServiceRequest(GetClientConnectorServiceRequest other)\n\nProperties\n----------\n\n### ClientConnectorServiceName\n\n public ClientConnectorServiceName ClientConnectorServiceName { get; set; }\n\n[ClientConnectorServiceName](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.ClientConnectorServiceName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.GetClientConnectorServiceRequest#Google_Cloud_BeyondCorp_ClientConnectorServices_V1_GetClientConnectorServiceRequest_Name) resource name\nproperty.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. Name of the resource."]]