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-09 UTC."],[[["This document provides reference information for the `DeleteServiceRequest` class within the Google Cloud Run Admin v2 API, specifically for version 2.3.0 and includes other versions."],["`DeleteServiceRequest` is used to delete a Service by its full name, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Etag`, `Name`, `ServiceName`, and `ValidateOnly`, which are used to manage the deletion request and detect conflicts."],["The `DeleteServiceRequest` class has two constructors: a default constructor and one that accepts another `DeleteServiceRequest` instance as a parameter for creating copies."],["The current latest version is 2.13.0 and it contains various versions of the `DeleteServiceRequest` class within the namespace `Google.Cloud.Run.V2` as well as documentation for them."]]],[]]