Interface BuchmacherOuterClass.LoginRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuchmacherOuterClass.LoginRequest, BuchmacherOuterClass.LoginRequest.Builder
Enclosing class:
BuchmacherOuterClass

public static interface BuchmacherOuterClass.LoginRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string password = 2;
    com.google.protobuf.ByteString
    string password = 2;
    string username = 1;
    com.google.protobuf.ByteString
    string username = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

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