| Package | Description |
|---|---|
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
LinuxAccountViews |
LinuxAccountViews.clone() |
LinuxAccountViews |
LinuxGetLinuxAccountViewsResponse.getResource()
[Output Only] A list of authorized user accounts and groups.
|
LinuxAccountViews |
LinuxAccountViews.set(String fieldName,
Object value) |
LinuxAccountViews |
LinuxAccountViews.setGroupViews(List<LinuxGroupView> groupViews)
[Output Only] A list of all groups within a project.
|
LinuxAccountViews |
LinuxAccountViews.setKind(String kind)
[Output Only] Type of the resource.
|
LinuxAccountViews |
LinuxAccountViews.setUserViews(List<LinuxUserView> userViews)
[Output Only] A list of all users within a project.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxGetLinuxAccountViewsResponse |
LinuxGetLinuxAccountViewsResponse.setResource(LinuxAccountViews resource)
[Output Only] A list of authorized user accounts and groups.
|