Uses of Interface
com.google.cloud.oslogin.common.OsLoginProto.PosixAccountOrBuilder
-
Packages that use OsLoginProto.PosixAccountOrBuilder Package Description com.google.cloud.oslogin.common com.google.cloud.oslogin.v1 A client to Cloud OS Login API -
-
Uses of OsLoginProto.PosixAccountOrBuilder in com.google.cloud.oslogin.common
Classes in com.google.cloud.oslogin.common that implement OsLoginProto.PosixAccountOrBuilder Modifier and Type Class Description static class
OsLoginProto.PosixAccount
The POSIX account information associated with a Google account.static class
OsLoginProto.PosixAccount.Builder
The POSIX account information associated with a Google account. -
Uses of OsLoginProto.PosixAccountOrBuilder in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return OsLoginProto.PosixAccountOrBuilder Modifier and Type Method Description OsLoginProto.PosixAccountOrBuilder
LoginProfile.Builder. getPosixAccountsOrBuilder(int index)
The list of POSIX accounts associated with the user.OsLoginProto.PosixAccountOrBuilder
LoginProfile. getPosixAccountsOrBuilder(int index)
The list of POSIX accounts associated with the user.OsLoginProto.PosixAccountOrBuilder
LoginProfileOrBuilder. getPosixAccountsOrBuilder(int index)
The list of POSIX accounts associated with the user.Methods in com.google.cloud.oslogin.v1 that return types with arguments of type OsLoginProto.PosixAccountOrBuilder Modifier and Type Method Description List<? extends OsLoginProto.PosixAccountOrBuilder>
LoginProfile.Builder. getPosixAccountsOrBuilderList()
The list of POSIX accounts associated with the user.List<? extends OsLoginProto.PosixAccountOrBuilder>
LoginProfile. getPosixAccountsOrBuilderList()
The list of POSIX accounts associated with the user.List<? extends OsLoginProto.PosixAccountOrBuilder>
LoginProfileOrBuilder. getPosixAccountsOrBuilderList()
The list of POSIX accounts associated with the user.
-