public string ClientConnectorService { get; set; }
Output only. The client connector service name that the client gateway is
associated to. Client Connector Services, named as follows:
projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}.
[[["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."],[[["\u003cp\u003eThe latest version of the BeyondCorp Client Gateways v1 API is 1.3.0, and there are also versions 1.2.0, 1.1.0, and 1.0.0 available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClientGateway\u003c/code\u003e class is a message object that implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class is within the namespace \u003ccode\u003eGoogle.Cloud.BeyondCorp.ClientGateways.V1\u003c/code\u003e and is part of the \u003ccode\u003eGoogle.Cloud.BeyondCorp.ClientGateways.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClientGateway\u003c/code\u003e class includes properties such as \u003ccode\u003eClientConnectorService\u003c/code\u003e, \u003ccode\u003eClientGatewayName\u003c/code\u003e, \u003ccode\u003eCreateTime\u003c/code\u003e, \u003ccode\u003eId\u003c/code\u003e, \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eState\u003c/code\u003e, and \u003ccode\u003eUpdateTime\u003c/code\u003e, which represent various attributes of a client gateway.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains two constructors: \u003ccode\u003eClientGateway()\u003c/code\u003e and \u003ccode\u003eClientGateway(ClientGateway other)\u003c/code\u003e, allowing for default initialization and initialization based on an existing \u003ccode\u003eClientGateway\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp Client Gateways v1 API - Class ClientGateway (1.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.2.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.1.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/1.0.0/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway) \n\n public sealed class ClientGateway : IMessage\u003cClientGateway\u003e, IEquatable\u003cClientGateway\u003e, IDeepCloneable\u003cClientGateway\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BeyondCorp Client Gateways v1 API class ClientGateway.\n\nMessage describing ClientGateway object. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e ClientGateway \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[ClientGateway](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[ClientGateway](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[ClientGateway](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway), [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.ClientGateways.V1](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.BeyondCorp.ClientGateways.V1.dll\n\nConstructors\n------------\n\n### ClientGateway()\n\n public ClientGateway()\n\n### ClientGateway(ClientGateway)\n\n public ClientGateway(ClientGateway other)\n\nProperties\n----------\n\n### ClientConnectorService\n\n public string ClientConnectorService { get; set; }\n\nOutput only. The client connector service name that the client gateway is\nassociated to. Client Connector Services, named as follows:\n`projects/{project_id}/locations/{location_id}/client_connector_services/{client_connector_service_id}`.\n\n### ClientGatewayName\n\n public ClientGatewayName ClientGatewayName { get; set; }\n\n[ClientGatewayName](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGatewayName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientGateways.V1/latest/Google.Cloud.BeyondCorp.ClientGateways.V1.ClientGateway#Google_Cloud_BeyondCorp_ClientGateways_V1_ClientGateway_Name) resource name property.\n\n### CreateTime\n\n public Timestamp CreateTime { get; set; }\n\nOutput only. \\[Output only\\] Create time stamp.\n\n### Id\n\n public string Id { get; set; }\n\nOutput only. A unique identifier for the instance generated by the system.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. name of resource. The name is ignored during creation.\n\n### State\n\n public ClientGateway.Types.State State { get; set; }\n\nOutput only. The operational state of the gateway.\n\n### UpdateTime\n\n public Timestamp UpdateTime { get; set; }\n\nOutput only. \\[Output only\\] Update time stamp."]]