Class: Google::Cloud::Monitoring::V3::DeleteGroupRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#name::String

Returns Required. The group to delete. The format is:

projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID].

Returns:

  • (::String)

    Required. The group to delete. The format is:

    projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
    


140
141
142
143
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 140

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.

Returns:

  • (::Boolean)

    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.



140
141
142
143
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 140

class DeleteGroupRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end