| Package | Description |
|---|---|
| com.google.api.services.computeaccounts.model |
| Modifier and Type | Method and Description |
|---|---|
LinuxUserView |
LinuxUserView.clone() |
LinuxUserView |
LinuxUserView.set(String fieldName,
Object value) |
LinuxUserView |
LinuxUserView.setGecos(String gecos)
[Output Only] The GECOS (user information) entry for this account.
|
LinuxUserView |
LinuxUserView.setGid(Long gid)
[Output Only] User's default group ID.
|
LinuxUserView |
LinuxUserView.setHomeDirectory(String homeDirectory)
[Output Only] The path to the home directory for this account.
|
LinuxUserView |
LinuxUserView.setShell(String shell)
[Output Only] The path to the login shell for this account.
|
LinuxUserView |
LinuxUserView.setUid(Long uid)
[Output Only] User ID.
|
LinuxUserView |
LinuxUserView.setUsername(String username)
[Output Only] The username for the account.
|
| Modifier and Type | Method and Description |
|---|---|
List<LinuxUserView> |
LinuxAccountViews.getUserViews()
[Output Only] A list of all users within a project.
|
| Modifier and Type | Method and Description |
|---|---|
LinuxAccountViews |
LinuxAccountViews.setUserViews(List<LinuxUserView> userViews)
[Output Only] A list of all users within a project.
|