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"]],[["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."],[[["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`."]]],[]]