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

grpc.currency.converter.CurrencyPerSymbolResponseOrBuilder 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 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();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy