public sealed class CreateClientConnectorServiceRequest : IMessage<CreateClientConnectorServiceRequest>, IEquatable<CreateClientConnectorServiceRequest>, IDeepCloneable<CreateClientConnectorServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the BeyondCorp Client Connector Services v1 API class CreateClientConnectorServiceRequest.
Optional. An optional request ID to identify requests. Specify a unique
request ID so that if you must retry your request, the server will know to
ignore the request if it has already been completed. The server will
guarantee that for at least 60 minutes since the first request.
For example, consider a situation where you make an initial request and t
he request times out. If you make the request again with the same request
ID, the server can check if original operation with the same request ID
was received, and if so, will ignore the second request. This prevents
clients from accidentally creating duplicate commitments.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
[[["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\u003eCreateClientConnectorServiceRequest\u003c/code\u003e class is used to create a new ClientConnectorService 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, indicating its role in message handling and object comparison/duplication.\u003c/p\u003e\n"],["\u003cp\u003eKey properties for creating a \u003ccode\u003eClientConnectorService\u003c/code\u003e include \u003ccode\u003eClientConnectorService\u003c/code\u003e (the resource to create), \u003ccode\u003eClientConnectorServiceId\u003c/code\u003e (a user-settable ID), and \u003ccode\u003eParent\u003c/code\u003e (the location where it will be created).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eClientConnectorServiceId\u003c/code\u003e must adhere to specific naming conventions: starting with a letter, containing 4-63 alphanumeric characters or hyphens, and ending with a number or a letter.\u003c/p\u003e\n"],["\u003cp\u003eThere is an optional \u003ccode\u003eRequestId\u003c/code\u003e that enables request idempotency and an optional \u003ccode\u003eValidateOnly\u003c/code\u003e boolean property to execute a dry run, validating the request without making any changes to the resource.\u003c/p\u003e\n"]]],[],null,["# BeyondCorp Client Connector Services v1 API - Class CreateClientConnectorServiceRequest (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.CreateClientConnectorServiceRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/1.0.0/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.CreateClientConnectorServiceRequest) \n\n public sealed class CreateClientConnectorServiceRequest : IMessage\u003cCreateClientConnectorServiceRequest\u003e, IEquatable\u003cCreateClientConnectorServiceRequest\u003e, IDeepCloneable\u003cCreateClientConnectorServiceRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the BeyondCorp Client Connector Services v1 API class CreateClientConnectorServiceRequest.\n\nMessage for creating a ClientConnectorService. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CreateClientConnectorServiceRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[CreateClientConnectorServiceRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.CreateClientConnectorServiceRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[CreateClientConnectorServiceRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.CreateClientConnectorServiceRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[CreateClientConnectorServiceRequest](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.CreateClientConnectorServiceRequest), [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### CreateClientConnectorServiceRequest()\n\n public CreateClientConnectorServiceRequest()\n\n### CreateClientConnectorServiceRequest(CreateClientConnectorServiceRequest)\n\n public CreateClientConnectorServiceRequest(CreateClientConnectorServiceRequest other)\n\nProperties\n----------\n\n### ClientConnectorService\n\n public ClientConnectorService ClientConnectorService { get; set; }\n\nRequired. The resource being created.\n\n### ClientConnectorServiceId\n\n public string ClientConnectorServiceId { get; set; }\n\nOptional. User-settable client connector service resource ID.\n\n- Must start with a letter.\n- Must contain between 4-63 characters from `/[a-z][0-9]-/`.\n- Must end with a number or a letter.\n\nA random system generated name will be assigned\nif not specified by the user.\n\n### Parent\n\n public string Parent { get; set; }\n\nRequired. Value for parent.\n\n### ParentAsLocationName\n\n public LocationName ParentAsLocationName { get; set; }\n\n[LocationName](https://github.com/googleapis/gax-dotnet/blob/6f2d3e64dd92f0f7a4f02a7db56cf6ed409615f2/Google.Api.Gax/ResourceNames/LocationName.cs)-typed view over the [Parent](/dotnet/docs/reference/Google.Cloud.BeyondCorp.ClientConnectorServices.V1/latest/Google.Cloud.BeyondCorp.ClientConnectorServices.V1.CreateClientConnectorServiceRequest#Google_Cloud_BeyondCorp_ClientConnectorServices_V1_CreateClientConnectorServiceRequest_Parent) resource name property.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. An optional request ID to identify requests. Specify a unique\nrequest ID so that if you must retry your request, the server will know to\nignore the request if it has already been completed. The server will\nguarantee that for at least 60 minutes since the first request.\n\nFor example, consider a situation where you make an initial request and t\nhe request times out. If you make the request again with the same request\nID, the server can check if original operation with the same request ID\nwas received, and if so, will ignore the second request. This prevents\nclients from accidentally creating duplicate commitments.\n\nThe request ID must be a valid UUID with the exception that zero UUID is\nnot supported (00000000-0000-0000-0000-000000000000).\n\n### ValidateOnly\n\n public bool ValidateOnly { get; set; }\n\nOptional. If set, validates request by executing a dry-run which would not\nalter the resource in any way."]]