public static interface OsLoginProto.PosixAccountOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccountId()
Output only.
|
ByteString |
getAccountIdBytes()
Output only.
|
java.lang.String |
getGecos()
The GECOS (user information) entry for this account.
|
ByteString |
getGecosBytes()
The GECOS (user information) entry for this account.
|
long |
getGid()
The default group ID.
|
java.lang.String |
getHomeDirectory()
The path to the home directory for this account.
|
ByteString |
getHomeDirectoryBytes()
The path to the home directory for this account.
|
boolean |
getPrimary()
Only one POSIX account can be marked as primary.
|
java.lang.String |
getShell()
The path to the logic shell for this account.
|
ByteString |
getShellBytes()
The path to the logic shell for this account.
|
java.lang.String |
getSystemId()
System identifier for which account the username or uid applies to.
|
ByteString |
getSystemIdBytes()
System identifier for which account the username or uid applies to.
|
long |
getUid()
The user ID.
|
java.lang.String |
getUsername()
The username of the POSIX account.
|
ByteString |
getUsernameBytes()
The username of the POSIX account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean getPrimary()
Only one POSIX account can be marked as primary.
bool primary = 1;
java.lang.String getUsername()
The username of the POSIX account.
string username = 2;
ByteString getUsernameBytes()
The username of the POSIX account.
string username = 2;
long getUid()
The user ID.
int64 uid = 3;
long getGid()
The default group ID.
int64 gid = 4;
java.lang.String getHomeDirectory()
The path to the home directory for this account.
string home_directory = 5;
ByteString getHomeDirectoryBytes()
The path to the home directory for this account.
string home_directory = 5;
java.lang.String getShell()
The path to the logic shell for this account.
string shell = 6;
ByteString getShellBytes()
The path to the logic shell for this account.
string shell = 6;
java.lang.String getGecos()
The GECOS (user information) entry for this account.
string gecos = 7;
ByteString getGecosBytes()
The GECOS (user information) entry for this account.
string gecos = 7;
java.lang.String getSystemId()
System identifier for which account the username or uid applies to. By default, the empty value is used.
string system_id = 8;
ByteString getSystemIdBytes()
System identifier for which account the username or uid applies to. By default, the empty value is used.
string system_id = 8;
java.lang.String getAccountId()
Output only. A POSIX account identifier.
string account_id = 9;
ByteString getAccountIdBytes()
Output only. A POSIX account identifier.
string account_id = 9;