grpc.currency.converter.CurrencyPerSymbolResponseOrBuilder 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 CurrencyPerSymbolResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:currencyconverter.CurrencyPerSymbolResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .currencyconverter.Currency curreny = 1;
* @return Whether the curreny field is set.
*/
boolean hasCurreny();
/**
* .currencyconverter.Currency curreny = 1;
* @return The curreny.
*/
grpc.currency.converter.Currency getCurreny();
/**
* .currencyconverter.Currency curreny = 1;
*/
grpc.currency.converter.CurrencyOrBuilder getCurrenyOrBuilder();
}