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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy