Method: Google::Cloud::Monitoring::V3::CreateGroupRequest#name
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
permalink #name ⇒ ::String
Returns Required. The project in which to create the group. The format is:
projects/[PROJECT_ID_OR_NUMBER].
110 111 112 113 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 110 class CreateGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |