Method: Google::Cloud::Monitoring::V3::DeleteGroupRequest#name
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
permalink #name ⇒ ::String
Returns 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 |