public static interface OsLoginProto.PosixAccountOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAccountId()
Output only.
|
com.google.protobuf.ByteString |
getAccountIdBytes()
Output only.
|
String |
getGecos()
The GECOS (user information) entry for this account.
|
com.google.protobuf.ByteString |
getGecosBytes()
The GECOS (user information) entry for this account.
|
long |
getGid()
The default group ID.
|
String |
getHomeDirectory()
The path to the home directory for this account.
|
com.google.protobuf.ByteString |
getHomeDirectoryBytes()
The path to the home directory for this account.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
OsLoginProto.OperatingSystemType |
getOperatingSystemType()
The operating system type where this account applies.
|
int |
getOperatingSystemTypeValue()
The operating system type where this account applies.
|
boolean |
getPrimary()
Only one POSIX account can be marked as primary.
|
String |
getShell()
The path to the logic shell for this account.
|
com.google.protobuf.ByteString |
getShellBytes()
The path to the logic shell for this account.
|
String |
getSystemId()
System identifier for which account the username or uid applies to.
|
com.google.protobuf.ByteString |
getSystemIdBytes()
System identifier for which account the username or uid applies to.
|
long |
getUid()
The user ID.
|
String |
getUsername()
The username of the POSIX account.
|
com.google.protobuf.ByteString |
getUsernameBytes()
The username of the POSIX account.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean getPrimary()
Only one POSIX account can be marked as primary.
bool primary = 1;String getUsername()
The username of the POSIX account.
string username = 2;com.google.protobuf.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;String getHomeDirectory()
The path to the home directory for this account.
string home_directory = 5;com.google.protobuf.ByteString getHomeDirectoryBytes()
The path to the home directory for this account.
string home_directory = 5;String getShell()
The path to the logic shell for this account.
string shell = 6;com.google.protobuf.ByteString getShellBytes()
The path to the logic shell for this account.
string shell = 6;String getGecos()
The GECOS (user information) entry for this account.
string gecos = 7;com.google.protobuf.ByteString getGecosBytes()
The GECOS (user information) entry for this account.
string gecos = 7;String getSystemId()
System identifier for which account the username or uid applies to. By default, the empty value is used.
string system_id = 8;com.google.protobuf.ByteString getSystemIdBytes()
System identifier for which account the username or uid applies to. By default, the empty value is used.
string system_id = 8;String getAccountId()
Output only. A POSIX account identifier.
string account_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getAccountIdBytes()
Output only. A POSIX account identifier.
string account_id = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];int getOperatingSystemTypeValue()
The operating system type where this account applies.
.google.cloud.oslogin.common.OperatingSystemType operating_system_type = 10;OsLoginProto.OperatingSystemType getOperatingSystemType()
The operating system type where this account applies.
.google.cloud.oslogin.common.OperatingSystemType operating_system_type = 10;String getName()
Output only. The canonical resource name.
string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The canonical resource name.
string name = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];Copyright © 2023 Google LLC. All rights reserved.