SaaS Runtime v1beta1 API - Class DeleteUnitOperationRequest (1.0.0-beta01)
public sealed class DeleteUnitOperationRequest : IMessage<DeleteUnitOperationRequest>, IEquatable<DeleteUnitOperationRequest>, IDeepCloneable<DeleteUnitOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the SaaS Runtime v1beta1 API class DeleteUnitOperationRequest.
The request structure for the DeleteUnitOperation method.
The etag known to the client for the expected state of the unit operation.
This is used with state-changing methods to prevent accidental overwrites
when multiple user agents might be acting in parallel on the same resource.
An etag wildcard provide optimistic concurrency based on the expected
existence of the unit operation. The Any wildcard (*) requires that the
resource must already exists, and the Not Any wildcard (!*) requires that
it must not.
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 the
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"]],[["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-12 UTC."],[],[],null,["# SaaS Runtime v1beta1 API - Class DeleteUnitOperationRequest (1.0.0-beta01)\n\n public sealed class DeleteUnitOperationRequest : IMessage\u003cDeleteUnitOperationRequest\u003e, IEquatable\u003cDeleteUnitOperationRequest\u003e, IDeepCloneable\u003cDeleteUnitOperationRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the SaaS Runtime v1beta1 API class DeleteUnitOperationRequest.\n\nThe request structure for the DeleteUnitOperation method. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e DeleteUnitOperationRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[DeleteUnitOperationRequest](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.DeleteUnitOperationRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[DeleteUnitOperationRequest](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.DeleteUnitOperationRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[DeleteUnitOperationRequest](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.DeleteUnitOperationRequest), [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.SaasPlatform.SaasServiceMgmt.V1Beta1](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1)\n\nAssembly\n--------\n\nGoogle.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll\n\nConstructors\n------------\n\n### DeleteUnitOperationRequest()\n\n public DeleteUnitOperationRequest()\n\n### DeleteUnitOperationRequest(DeleteUnitOperationRequest)\n\n public DeleteUnitOperationRequest(DeleteUnitOperationRequest other)\n\nProperties\n----------\n\n### Etag\n\n public string Etag { get; set; }\n\nThe etag known to the client for the expected state of the unit operation.\nThis is used with state-changing methods to prevent accidental overwrites\nwhen multiple user agents might be acting in parallel on the same resource.\n\nAn etag wildcard provide optimistic concurrency based on the expected\nexistence of the unit operation. The Any wildcard (`*`) requires that the\nresource must already exists, and the Not Any wildcard (`!*`) requires that\nit must not.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The resource name of the resource within a service.\n\n### RequestId\n\n public string RequestId { get; set; }\n\nAn optional request ID to identify requests. Specify a unique request ID\nso that if you must retry your request, the server will know to ignore\nthe request if it has already been completed. The server will guarantee\nthat for at least 60 minutes since the first request.\n\nFor example, consider a situation where you make an initial request and the\nrequest 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### UnitOperationName\n\n public UnitOperationName UnitOperationName { get; set; }\n\n[UnitOperationName](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.UnitOperationName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1/latest/Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.DeleteUnitOperationRequest#Google_Cloud_SaasPlatform_SaasServiceMgmt_V1Beta1_DeleteUnitOperationRequest_Name) resource name property.\n\n### ValidateOnly\n\n public bool ValidateOnly { get; set; }\n\nIf \"validate_only\" is set to true, the service will try to validate\nthat this request would succeed, but will not actually make changes."]]