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 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

      .Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3;
    • getChannelInformationOrBuilder

      .Arp.System.Um.Services.Grpc.ChannelInformation channelInformation = 3;