grpc.currency.converter.CurrencyOrBuilder 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 CurrencyOrBuilder extends
// @@protoc_insertion_point(interface_extends:currencyconverter.Currency)
com.google.protobuf.MessageOrBuilder {
/**
* string symbol = 1;
* @return The symbol.
*/
java.lang.String getSymbol();
/**
* string symbol = 1;
* @return The bytes for symbol.
*/
com.google.protobuf.ByteString
getSymbolBytes();
/**
* double rate = 2;
* @return The rate.
*/
double getRate();
}