Uses of Class
org.yamcs.protobuf.ExternalIdentityInfo
-
Packages that use ExternalIdentityInfo Package Description org.yamcs.protobuf -
-
Uses of ExternalIdentityInfo in org.yamcs.protobuf
Fields in org.yamcs.protobuf with type parameters of type ExternalIdentityInfo Modifier and Type Field Description static com.google.protobuf.Parser<ExternalIdentityInfo>ExternalIdentityInfo. PARSERDeprecated.Methods in org.yamcs.protobuf that return ExternalIdentityInfo Modifier and Type Method Description ExternalIdentityInfoExternalIdentityInfo.Builder. build()ExternalIdentityInfoExternalIdentityInfo.Builder. buildPartial()static ExternalIdentityInfoExternalIdentityInfo. getDefaultInstance()ExternalIdentityInfoExternalIdentityInfo.Builder. getDefaultInstanceForType()ExternalIdentityInfoExternalIdentityInfo. getDefaultInstanceForType()ExternalIdentityInfoUserInfo.Builder. getIdentities(int index)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;ExternalIdentityInfoUserInfo. getIdentities(int index)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;ExternalIdentityInfoUserInfoOrBuilder. getIdentities(int index)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;static ExternalIdentityInfoExternalIdentityInfo. parseDelimitedFrom(InputStream input)static ExternalIdentityInfoExternalIdentityInfo. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(byte[] data)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(com.google.protobuf.ByteString data)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(com.google.protobuf.CodedInputStream input)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(InputStream input)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(ByteBuffer data)static ExternalIdentityInfoExternalIdentityInfo. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.yamcs.protobuf that return types with arguments of type ExternalIdentityInfo Modifier and Type Method Description List<ExternalIdentityInfo>UserInfo.Builder. getIdentitiesList()repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;List<ExternalIdentityInfo>UserInfo. getIdentitiesList()repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;List<ExternalIdentityInfo>UserInfoOrBuilder. getIdentitiesList()repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;com.google.protobuf.Parser<ExternalIdentityInfo>ExternalIdentityInfo. getParserForType()static com.google.protobuf.Parser<ExternalIdentityInfo>ExternalIdentityInfo. parser()Methods in org.yamcs.protobuf with parameters of type ExternalIdentityInfo Modifier and Type Method Description UserInfo.BuilderUserInfo.Builder. addIdentities(int index, ExternalIdentityInfo value)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;UserInfo.BuilderUserInfo.Builder. addIdentities(ExternalIdentityInfo value)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;ExternalIdentityInfo.BuilderExternalIdentityInfo.Builder. mergeFrom(ExternalIdentityInfo other)static ExternalIdentityInfo.BuilderExternalIdentityInfo. newBuilder(ExternalIdentityInfo prototype)UserInfo.BuilderUserInfo.Builder. setIdentities(int index, ExternalIdentityInfo value)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;Method parameters in org.yamcs.protobuf with type arguments of type ExternalIdentityInfo Modifier and Type Method Description UserInfo.BuilderUserInfo.Builder. addAllIdentities(Iterable<? extends ExternalIdentityInfo> values)repeated .yamcs.protobuf.iam.ExternalIdentityInfo identities = 23;
-