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.PosixAccount
OsLoginProto.PosixAccount.Builder. build()
OsLoginProto.PosixAccount
OsLoginProto.PosixAccount.Builder. buildPartial()
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. getDefaultInstance()
OsLoginProto.PosixAccount
OsLoginProto.PosixAccount.Builder. getDefaultInstanceForType()
OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. getDefaultInstanceForType()
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseDelimitedFrom(InputStream input)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(byte[] data)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(com.google.protobuf.ByteString data)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(com.google.protobuf.CodedInputStream input)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(InputStream input)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static OsLoginProto.PosixAccount
OsLoginProto.PosixAccount. parseFrom(ByteBuffer data)
static OsLoginProto.PosixAccount
OsLoginProto.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.Builder
OsLoginProto.PosixAccount.Builder. mergeFrom(OsLoginProto.PosixAccount other)
static OsLoginProto.PosixAccount.Builder
OsLoginProto.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.PosixAccount
LoginProfile.Builder. getPosixAccounts(int index)
The list of POSIX accounts associated with the user.OsLoginProto.PosixAccount
LoginProfile. getPosixAccounts(int index)
The list of POSIX accounts associated with the user.OsLoginProto.PosixAccount
LoginProfileOrBuilder. 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.Builder
LoginProfile.Builder. addPosixAccounts(int index, OsLoginProto.PosixAccount value)
The list of POSIX accounts associated with the user.LoginProfile.Builder
LoginProfile.Builder. addPosixAccounts(OsLoginProto.PosixAccount value)
The list of POSIX accounts associated with the user.LoginProfile.Builder
LoginProfile.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.Builder
LoginProfile.Builder. addAllPosixAccounts(Iterable<? extends OsLoginProto.PosixAccount> values)
The list of POSIX accounts associated with the user.
-