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-04-17 UTC."],[[["This page provides reference documentation for the `DeleteServiceRequest` class within the Google Cloud Monitoring v3 API, specifically for .NET development."],["The latest version documented is 3.15.0, but there are multiple prior versions available, ranging from 2.3.0 to 3.14.0."],["The `DeleteServiceRequest` class is designed for deleting a service, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It contains properties like `Name`, `ResourceName`, and `ServiceName` to manage the service deletion request, where the `Name` property specifies the service to delete in the format of a project ID or number."],["The documentation includes information on the `DeleteServiceRequest` class's constructors, including a default constructor and a constructor that takes another `DeleteServiceRequest` as a parameter, alongside inherited members and their descriptions."]]],[]]