| Package | Description |
|---|---|
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
LinuxGroupView |
LinuxGroupView.clone() |
LinuxGroupView |
LinuxGroupView.set(String fieldName,
Object value) |
LinuxGroupView |
LinuxGroupView.setGid(Long gid)
[Output Only] GID.
|
LinuxGroupView |
LinuxGroupView.setGroupName(String groupName)
[Output Only] Group name.
|
LinuxGroupView |
LinuxGroupView.setMembers(List<String> members)
[Output Only] List of usernames who belong to the group.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinuxGroupView> |
LinuxAccountViews.getGroupViews()
[Output Only] A list of all groups within a project.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxAccountViews |
LinuxAccountViews.setGroupViews(List<LinuxGroupView> groupViews)
[Output Only] A list of all groups within a project.
|