public sealed class DeleteGroupRequest : IMessage<DeleteGroupRequest>, IEquatable<DeleteGroupRequest>, IDeepCloneable<DeleteGroupRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Monitoring v3 API class DeleteGroupRequest.
The DeleteGroup request. The default behavior is to be able to delete a
single group without any descendants.
If this field is true, then the request means to delete a group with all
its descendants. Otherwise, the request means to delete a group only when
it has no descendants. The default value is false.
[[["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."],[[["\u003cp\u003eThe \u003ccode\u003eDeleteGroupRequest\u003c/code\u003e class in the Google Cloud Monitoring v3 API allows for the deletion of a group, with options to include all descendant groups.\u003c/p\u003e\n"],["\u003cp\u003eVersion 3.15.0 is the latest available version of the \u003ccode\u003eDeleteGroupRequest\u003c/code\u003e documentation, with previous versions back to 2.3.0 being available.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteGroupRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe request can be made to delete a group with or without its descendants, with the \u003ccode\u003eRecursive\u003c/code\u003e property determining this behavior.\u003c/p\u003e\n"],["\u003cp\u003eThe group to be deleted is specified by its resource \u003ccode\u003eName\u003c/code\u003e, which follows the format: \u003ccode\u003eprojects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]\u003c/code\u003e, that can be accessed via \u003ccode\u003eGroupName\u003c/code\u003e or \u003ccode\u003eResourceName\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,[]]