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-04-17 UTC."],[[["This document provides reference information for the `DeleteServiceRequest` class within the Google Cloud Run Admin v2 API, specifically for .NET developers."],["The `DeleteServiceRequest` class is used to formulate a request to delete a Service in Cloud Run, identified by its full name."],["The latest version of `DeleteServiceRequest` documented is 2.13.0, and documentation is available for versions ranging from 2.0.0 to 2.13.0, plus a beta version 1.0.0-beta02."],["The class includes properties such as `Name`, `Etag`, `ServiceName`, and `ValidateOnly` to configure the request for service deletion, allowing specification of the service to be deleted and conflict management."],["`DeleteServiceRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."]]],[]]