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-08 UTC."],[[["The latest version available for the `DeleteServiceRequest` class is 2.13.0, while the current page is version 2.8.0, which is one of the many previous versions listed, with 14 other versions being available."],["The `DeleteServiceRequest` class is used to delete a service by its full name within the Cloud Run Admin v2 API, using the format: projects/{project}/locations/{location}/services/{service}."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the base `object` class."],["Key properties of `DeleteServiceRequest` include `Etag` (a system-generated fingerprint), `Name` (the full name of the service), `ServiceName` (a typed view over the Name), and `ValidateOnly` (for validation without deletion)."],["There are two constructors for the class, `DeleteServiceRequest()` which is the default, and `DeleteServiceRequest(DeleteServiceRequest other)`, which allows for another instance of the same class as a parameter."]]],[]]