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"]],[["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-08 UTC."],[[["This document provides reference information for the `DeleteServiceRequest` class within the Google Cloud Run Admin v2 API for .NET."],["The `DeleteServiceRequest` class is used to request the deletion of a Cloud Run Service by its full name, and it implements interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are several versions available for the `DeleteServiceRequest` class, with version 2.13.0 being the latest and other versions ranging down to 1.0.0-beta02."],["The class contains properties like `Name`, `Etag`, `ServiceName`, and `ValidateOnly`, allowing for specification of the service to delete and additional request options."],["The class includes two different constructors: one default constructor `DeleteServiceRequest()` and one that takes in another `DeleteServiceRequest` as a parameter `DeleteServiceRequest(DeleteServiceRequest other)`."]]],[]]