public sealed class DeleteServiceRequest : IMessage<DeleteServiceRequest>, IEquatable<DeleteServiceRequest>, IDeepCloneable<DeleteServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteServiceRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The latest version of the `DeleteServiceRequest` class in the Google Cloud Monitoring v3 API is 3.15.0, and there are several previous versions available, ranging back to version 2.3.0."],["`DeleteServiceRequest` is a class used within the Google Cloud Monitoring v3 API for requesting the deletion of a service."],["The `DeleteServiceRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors: a default constructor and one that takes another `DeleteServiceRequest` object as a parameter, allowing for easy copying."],["The class properties include `Name`, `ResourceName`, and `ServiceName`, where `Name` represents the resource name of the service to be deleted, and `ResourceName` and `ServiceName` provide typed views over this `Name`."]]],[]]