grpc.currency.converter.LoginRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of car-rental-grpc-client Show documentation
Show all versions of car-rental-grpc-client Show documentation
A gRPC Client for a university project
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();
}