public sealed class DeletePrivateConnectionRequest : IMessage<DeletePrivateConnectionRequest>, IEquatable<DeletePrivateConnectionRequest>, IDeepCloneable<DeletePrivateConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Database Migration v1 API class DeletePrivateConnectionRequest.
[[["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 \u003ccode\u003eDeletePrivateConnectionRequest\u003c/code\u003e class is used to request the deletion of a private connection within the Database Migration v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.CloudDms.V1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.CloudDms.V1.dll\u003c/code\u003e assembly, with the latest version being 2.5.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeletePrivateConnectionRequest\u003c/code\u003e class implements multiple interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, and inherits members from the \u003ccode\u003eobject\u003c/code\u003e class.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eDeletePrivateConnectionRequest\u003c/code\u003e include \u003ccode\u003eName\u003c/code\u003e, which specifies the resource name of the private connection to be deleted, and \u003ccode\u003eRequestId\u003c/code\u003e, which provides a way to uniquely identify the deletion request.\u003c/p\u003e\n"],["\u003cp\u003eThere are multiple older versions of the API, with the oldest being version 1.0.0.\u003c/p\u003e\n"]]],[],null,["# Database Migration v1 API - Class DeletePrivateConnectionRequest (2.5.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.5.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.4.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.3.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.2.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.1.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/2.0.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [1.2.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.2.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.1.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/1.0.0/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest) \n\n public sealed class DeletePrivateConnectionRequest : IMessage\u003cDeletePrivateConnectionRequest\u003e, IEquatable\u003cDeletePrivateConnectionRequest\u003e, IDeepCloneable\u003cDeletePrivateConnectionRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Database Migration v1 API class DeletePrivateConnectionRequest.\n\nRequest message to delete a private connection. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeletePrivateConnectionRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeletePrivateConnectionRequest](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeletePrivateConnectionRequest](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeletePrivateConnectionRequest](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest), [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.CloudDms.V1](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudDms.V1.dll\n\nConstructors\n------------\n\n### DeletePrivateConnectionRequest()\n\n public DeletePrivateConnectionRequest()\n\n### DeletePrivateConnectionRequest(DeletePrivateConnectionRequest)\n\n public DeletePrivateConnectionRequest(DeletePrivateConnectionRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the private connection to delete.\n\n### PrivateConnectionName\n\n public PrivateConnectionName PrivateConnectionName { get; set; }\n\n[PrivateConnectionName](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.PrivateConnectionName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.CloudDms.V1/latest/Google.Cloud.CloudDms.V1.DeletePrivateConnectionRequest#Google_Cloud_CloudDms_V1_DeletePrivateConnectionRequest_Name) resource name property.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nOptional. A unique ID used to identify the request. If the server receives\ntwo requests with the same ID, then the second request is ignored.\n\nIt is recommended to always set this value to a UUID.\n\nThe ID must contain only letters (a-z, A-Z), numbers (0-9), underscores\n(_), and hyphens (-). The maximum length is 40 characters."]]