public sealed class DeleteGroupRequest : IMessage<DeleteGroupRequest>, IEquatable<DeleteGroupRequest>, IDeepCloneable<DeleteGroupRequest>, IBufferMessage, IMessage
Optional. A 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 after 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-03-21 UTC."],[[["The `DeleteGroupRequest` class is used to construct requests for deleting a group within the Google Cloud VM Migration service, and it is part of the `Google.Cloud.VMMigration.V1` namespace, found in the `Google.Cloud.VMMigration.V1.dll` assembly."],["The class inherits from `Object` and implements several interfaces, including `IMessage\u003cDeleteGroupRequest\u003e`, `IEquatable\u003cDeleteGroupRequest\u003e`, `IDeepCloneable\u003cDeleteGroupRequest\u003e`, `IBufferMessage`, and `IMessage`, meaning it is designed for protobuf messaging and can be deeply cloned."],["The `DeleteGroupRequest` class has two constructors, one default and another for creating a request based on an existing `DeleteGroupRequest` object, which is used to copy an existing request."],["The class includes properties such as `GroupName` and `Name` to identify the group being targeted for deletion and `RequestId` for idempotency in repeated requests, allowing a user to specify a unique identifier for request handling."],["The latest version is 2.6.0, and multiple previous versions can also be accessed, including 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, and 1.0.0, all of which concern the same class."]]],[]]