Uses of Class
com.google.cloud.oslogin.common.OsLoginProto.PosixAccount
-
Packages that use OsLoginProto.PosixAccount Package Description com.google.cloud.oslogin.common com.google.cloud.oslogin.v1 A client to Cloud OS Login API -
-
Uses of OsLoginProto.PosixAccount in com.google.cloud.oslogin.common
Methods in com.google.cloud.oslogin.common that return OsLoginProto.PosixAccount Modifier and Type Method Description OsLoginProto.PosixAccountOsLoginProto.PosixAccount.Builder. build()OsLoginProto.PosixAccountOsLoginProto.PosixAccount.Builder. buildPartial()static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. getDefaultInstance()OsLoginProto.PosixAccountOsLoginProto.PosixAccount.Builder. getDefaultInstanceForType()OsLoginProto.PosixAccountOsLoginProto.PosixAccount. getDefaultInstanceForType()static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseDelimitedFrom(InputStream input)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(byte[] data)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(com.google.protobuf.ByteString data)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(com.google.protobuf.CodedInputStream input)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(InputStream input)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(ByteBuffer data)static OsLoginProto.PosixAccountOsLoginProto.PosixAccount. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.oslogin.common that return types with arguments of type OsLoginProto.PosixAccount Modifier and Type Method Description com.google.protobuf.Parser<OsLoginProto.PosixAccount>OsLoginProto.PosixAccount. getParserForType()static com.google.protobuf.Parser<OsLoginProto.PosixAccount>OsLoginProto.PosixAccount. parser()Methods in com.google.cloud.oslogin.common with parameters of type OsLoginProto.PosixAccount Modifier and Type Method Description OsLoginProto.PosixAccount.BuilderOsLoginProto.PosixAccount.Builder. mergeFrom(OsLoginProto.PosixAccount other)static OsLoginProto.PosixAccount.BuilderOsLoginProto.PosixAccount. newBuilder(OsLoginProto.PosixAccount prototype) -
Uses of OsLoginProto.PosixAccount in com.google.cloud.oslogin.v1
Methods in com.google.cloud.oslogin.v1 that return OsLoginProto.PosixAccount Modifier and Type Method Description OsLoginProto.PosixAccountLoginProfile.Builder. getPosixAccounts(int index)The list of POSIX accounts associated with the user.OsLoginProto.PosixAccountLoginProfile. getPosixAccounts(int index)The list of POSIX accounts associated with the user.OsLoginProto.PosixAccountLoginProfileOrBuilder. getPosixAccounts(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.PosixAccount Modifier and Type Method Description List<OsLoginProto.PosixAccount>LoginProfile.Builder. getPosixAccountsList()The list of POSIX accounts associated with the user.List<OsLoginProto.PosixAccount>LoginProfile. getPosixAccountsList()The list of POSIX accounts associated with the user.List<OsLoginProto.PosixAccount>LoginProfileOrBuilder. getPosixAccountsList()The list of POSIX accounts associated with the user.Methods in com.google.cloud.oslogin.v1 with parameters of type OsLoginProto.PosixAccount Modifier and Type Method Description LoginProfile.BuilderLoginProfile.Builder. addPosixAccounts(int index, OsLoginProto.PosixAccount value)The list of POSIX accounts associated with the user.LoginProfile.BuilderLoginProfile.Builder. addPosixAccounts(OsLoginProto.PosixAccount value)The list of POSIX accounts associated with the user.LoginProfile.BuilderLoginProfile.Builder. setPosixAccounts(int index, OsLoginProto.PosixAccount value)The list of POSIX accounts associated with the user.Method parameters in com.google.cloud.oslogin.v1 with type arguments of type OsLoginProto.PosixAccount Modifier and Type Method Description LoginProfile.BuilderLoginProfile.Builder. addAllPosixAccounts(Iterable<? extends OsLoginProto.PosixAccount> values)The list of POSIX accounts associated with the user.
-