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 classOsLoginProto.PosixAccountThe POSIX account information associated with a Google account.static classOsLoginProto.PosixAccount.BuilderThe 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.PosixAccountOrBuilderLoginProfile.Builder. getPosixAccountsOrBuilder(int index)The list of POSIX accounts associated with the user.OsLoginProto.PosixAccountOrBuilderLoginProfile. getPosixAccountsOrBuilder(int index)The list of POSIX accounts associated with the user.OsLoginProto.PosixAccountOrBuilderLoginProfileOrBuilder. 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.
-