| 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(String name,
Group content)
Creates a new group.
|
Monitoring.Projects.Groups.Update |
Monitoring.Projects.Groups.update(String name,
Group content)
Updates an existing group.
|
| Constructor and Description |
|---|
Create(String name,
Group content)
Creates a new group.
|
Update(String name,
Group content)
Updates an existing group.
|
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.clone() |
Group |
Group.set(String fieldName,
Object value) |
Group |
Group.setDisplayName(String displayName)
A user-assigned name for this group, used only for display purposes.
|
Group |
Group.setFilter(String filter)
The filter used to determine which monitored resources belong to this group.
|
Group |
Group.setIsCluster(Boolean isCluster)
If true, the members of this group are considered to be a cluster.
|
Group |
Group.setName(String name)
Output only.
|
Group |
Group.setParentName(String parentName)
The name of the group's parent, if it has one.
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
ListGroupsResponse.getGroup()
The groups that match the specified filters.
|
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse |
ListGroupsResponse.setGroup(List<Group> group)
The groups that match the specified filters.
|
Copyright © 2011–2025 Google. All rights reserved.