All Downloads are FREE. Search and download functionalities are using the official Maven repository.

grpc.currency.converter.LoginRequestOrBuilder Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: currency_converter_service.proto

package grpc.currency.converter;

public interface LoginRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:currencyconverter.LoginRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string username = 1;
   * @return The username.
   */
  java.lang.String getUsername();
  /**
   * string username = 1;
   * @return The bytes for username.
   */
  com.google.protobuf.ByteString
      getUsernameBytes();

  /**
   * string password = 2;
   * @return The password.
   */
  java.lang.String getPassword();
  /**
   * string password = 2;
   * @return The bytes for password.
   */
  com.google.protobuf.ByteString
      getPasswordBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy