Class: Google::Cloud::Monitoring::V3::DeleteGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::DeleteGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
Overview
The DeleteGroup
request. The default behavior is to be able to delete a
single group without any descendants.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
-
#recursive ⇒ ::Boolean
If this field is true, then the request means to delete a group with all its descendants.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The group to delete. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].
143 144 145 146 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 143 class DeleteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#recursive ⇒ ::Boolean
Returns 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.
143 144 145 146 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 143 class DeleteGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |