public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteServiceRequest.
Request message to delete a Service by its full name.
Required. The full name of the Service.
Format: projects/{project}/locations/{location}/services/{service}, where
{project} can be project id or number.
[[["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-08-08 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eDeleteServiceRequest\u003c/code\u003e class within the Google Cloud Run Admin v2 API for .NET.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteServiceRequest\u003c/code\u003e class is used to request the deletion of a Cloud Run Service by its full name, and it implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are several versions available for the \u003ccode\u003eDeleteServiceRequest\u003c/code\u003e class, with version 2.13.0 being the latest and other versions ranging down to 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eThe class contains properties like \u003ccode\u003eName\u003c/code\u003e, \u003ccode\u003eEtag\u003c/code\u003e, \u003ccode\u003eServiceName\u003c/code\u003e, and \u003ccode\u003eValidateOnly\u003c/code\u003e, allowing for specification of the service to delete and additional request options.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two different constructors: one default constructor \u003ccode\u003eDeleteServiceRequest()\u003c/code\u003e and one that takes in another \u003ccode\u003eDeleteServiceRequest\u003c/code\u003e as a parameter \u003ccode\u003eDeleteServiceRequest(DeleteServiceRequest other)\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]