Package Arp.System.Um.Services.Grpc
Interface IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequest,IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequest.Builder
- Enclosing class:
IPasswordAuthenticationServiceOuterClass
public static interface IPasswordAuthenticationServiceOuterClass.IPasswordAuthenticationServiceCreateSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3;.Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3;string password = 2;com.google.protobuf.ByteStringstring password = 2;string userName = 1;com.google.protobuf.ByteStringstring userName = 1;boolean.Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getUserName
String getUserName()string userName = 1; -
getUserNameBytes
com.google.protobuf.ByteString getUserNameBytes()string userName = 1; -
getPassword
String getPassword()string password = 2; -
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()string password = 2; -
hasChannelInformation
boolean hasChannelInformation().Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3; -
getChannelInformation
ChannelInformationOuterClass.ChannelInformation getChannelInformation().Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3; -
getChannelInformationOrBuilder
ChannelInformationOuterClass.ChannelInformationOrBuilder getChannelInformationOrBuilder().Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3;
-