Uses of Class
Arp.System.Security.Services.Grpc.IAuthenticationServiceOuterClass.CreateSessionRequest.Builder
Packages that use IAuthenticationServiceOuterClass.CreateSessionRequest.Builder
-
Uses of IAuthenticationServiceOuterClass.CreateSessionRequest.Builder in Arp.System.Security.Services.Grpc
Methods in Arp.System.Security.Services.Grpc that return IAuthenticationServiceOuterClass.CreateSessionRequest.BuilderModifier and TypeMethodDescriptionIAuthenticationServiceOuterClass.CreateSessionRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.clear()IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.clearPassword()string password = 2;IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.clearUsername()string username = 1;IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.clone()IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.mergeFrom(IAuthenticationServiceOuterClass.CreateSessionRequest other) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.mergeFrom(com.google.protobuf.Message other) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) IAuthenticationServiceOuterClass.CreateSessionRequest.newBuilder()IAuthenticationServiceOuterClass.CreateSessionRequest.newBuilder(IAuthenticationServiceOuterClass.CreateSessionRequest prototype) IAuthenticationServiceOuterClass.CreateSessionRequest.newBuilderForType()IAuthenticationServiceOuterClass.CreateSessionRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setPassword(String value) string password = 2;IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setPasswordBytes(com.google.protobuf.ByteString value) string password = 2;IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setUsername(String value) string username = 1;IAuthenticationServiceOuterClass.CreateSessionRequest.Builder.setUsernameBytes(com.google.protobuf.ByteString value) string username = 1;IAuthenticationServiceOuterClass.CreateSessionRequest.toBuilder()