| Package | Description |
|---|---|
| com.google.cloud.oslogin.common | |
| com.google.cloud.oslogin.v1 |
| Modifier and Type | Method and Description |
|---|---|
OsLoginProto.PosixAccount |
OsLoginProto.PosixAccount.Builder.build() |
OsLoginProto.PosixAccount |
OsLoginProto.PosixAccount.Builder.buildPartial() |
static OsLoginProto.PosixAccount |
OsLoginProto.PosixAccount.getDefaultInstance() |
OsLoginProto.PosixAccount |
OsLoginProto.PosixAccount.getDefaultInstanceForType() |
OsLoginProto.PosixAccount |
OsLoginProto.PosixAccount.Builder.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(ByteBuffer data) |
static OsLoginProto.PosixAccount |
OsLoginProto.PosixAccount.parseFrom(ByteBuffer 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) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<OsLoginProto.PosixAccount> |
OsLoginProto.PosixAccount.getParserForType() |
static com.google.protobuf.Parser<OsLoginProto.PosixAccount> |
OsLoginProto.PosixAccount.parser() |
| Modifier and Type | Method and Description |
|---|---|
OsLoginProto.PosixAccount.Builder |
OsLoginProto.PosixAccount.Builder.mergeFrom(OsLoginProto.PosixAccount other) |
static OsLoginProto.PosixAccount.Builder |
OsLoginProto.PosixAccount.newBuilder(OsLoginProto.PosixAccount prototype) |
| Modifier and Type | Method and Description |
|---|---|
OsLoginProto.PosixAccount |
LoginProfileOrBuilder.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 |
LoginProfile.Builder.getPosixAccounts(int index)
The list of POSIX accounts associated with the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<OsLoginProto.PosixAccount> |
LoginProfileOrBuilder.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> |
LoginProfile.Builder.getPosixAccountsList()
The list of POSIX accounts associated with the user.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
LoginProfile.Builder |
LoginProfile.Builder.addAllPosixAccounts(Iterable<? extends OsLoginProto.PosixAccount> values)
The list of POSIX accounts associated with the user.
|
Copyright © 2021 Google LLC. All rights reserved.