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.11.0."],["The `DeleteServiceRequest` class is used to request the deletion of a Service by its full name and is available in multiple versions, with the latest version being 2.13.0."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the `object` class."],["The `DeleteServiceRequest` class includes properties such as `Etag`, `Name`, `ServiceName`, and `ValidateOnly`, enabling users to specify details and validate the deletion request."],["The documentation lists the available constructors, which are the default constructor and one that takes a `DeleteServiceRequest` as a parameter, to copy its data, allowing for the creation of new instances of the `DeleteServiceRequest` class."]]],[]]