Method: Google::Cloud::Monitoring::V3::ListGroupsRequest#name
- Defined in:
- proto_docs/google/monitoring/v3/group_service.rb
#name ⇒ ::String
Returns Required. The project whose groups are to be listed. The format is:
projects/[PROJECT_ID_OR_NUMBER].
66 67 68 69 |
# File 'proto_docs/google/monitoring/v3/group_service.rb', line 66 class ListGroupsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |