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-03-21 UTC."],[[["This document provides reference information for the `DeleteServiceRequest` class within the Google Cloud Run Admin v2 API, specifically for version 2.5.0."],["The `DeleteServiceRequest` class is used to request the deletion of a Service by its full name, with examples given in the form of projects/{project}/locations/{location}/services/{service}."],["It includes details on the class's constructors, inherited members, properties such as `Name`, `Etag`, `ServiceName`, and `ValidateOnly`, along with their types and descriptions."],["The `DeleteServiceRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current latest version available is 2.13.0, and this document also provides links to documentation for past versions ranging from 2.12.0 to 1.0.0-beta02."]]],[]]