list
public Monitoring.Projects.Groups.Members.List list(java.lang.String name)
throws java.io.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 - The group whose members are listed. The format is
"projects/{project_id_or_number}/groups/{group_id}".
- Returns:
- the request
- Throws:
java.io.IOException