list
public Monitoring.Projects.Groups.Members.List list(String name)
throws IOException
Lists the monitored resources that are members of a group.
Create a request for the method "members.list".
This request holds the parameters needed by the monitoring server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
- Parameters:
name - Required. The group whose members are listed. The format is:
projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
- Returns:
- the request
- Throws:
IOException