| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3 | |
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Monitoring.Projects.Groups.Create |
Monitoring.Projects.Groups.create(java.lang.String name,
Group content)
Creates a new group.
|
Monitoring.Projects.Groups.Update |
Monitoring.Projects.Groups.update(java.lang.String name,
Group content)
Updates an existing group.
|
| Constructor and Description |
|---|
Create(java.lang.String name,
Group content)
Creates a new group.
|
Update(java.lang.String name,
Group content)
Updates an existing group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.set(java.lang.String fieldName,
java.lang.Object value) |
Group |
Group.setDisplayName(java.lang.String displayName)
A user-assigned name for this group, used only for display purposes.
|
Group |
Group.setFilter(java.lang.String filter)
The filter used to determine which monitored resources belong to this group.
|
Group |
Group.setIsCluster(java.lang.Boolean isCluster)
If true, the members of this group are considered to be a cluster.
|
Group |
Group.setName(java.lang.String name)
Output only.
|
Group |
Group.setParentName(java.lang.String parentName)
The name of the group's parent, if it has one.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Group> |
ListGroupsResponse.getGroup()
The groups that match the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse |
ListGroupsResponse.setGroup(java.util.List<Group> group)
The groups that match the specified filters.
|