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 webpage provides reference documentation for the `DeleteServiceRequest` class within the Google Cloud Monitoring v3 API, specifically for the .NET framework."],["The `DeleteServiceRequest` class is used to formulate a request to delete a service and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances of `DeleteServiceRequest`, both with a default and copy constructor."],["Key properties of this class include `Name`, which is required to specify the service to be deleted, and views of this property, `ResourceName` and `ServiceName`, that provide strongly-typed representations of the resource name."],["The document shows the different versions of the API library, with the most recent being version 3.15.0, and it covers versions going back to version 2.3.0."]]],[]]