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

grpc.currency.converter.CurrencyConverterService 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 final class CurrencyConverterService {
  private CurrencyConverterService() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_ListOfCurrenciesResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_ListOfCurrenciesResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_Currency_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_Currency_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_CurrencyPerSymbolRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_CurrencyPerSymbolRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_CurrencyPerSymbolResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_CurrencyPerSymbolResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_CalculatingCrossCurrencyRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_CalculatingCrossCurrencyRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_CalculatingCrossCurrencyResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_CalculatingCrossCurrencyResponse_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_LoginRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_LoginRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_currencyconverter_LoginResponse_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_currencyconverter_LoginResponse_fieldAccessorTable;

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n currency_converter_service.proto\022\021curr" +
      "encyconverter\032\033google/protobuf/empty.pro" +
      "to\"K\n\030ListOfCurrenciesResponse\022/\n\ncurren" +
      "cies\030\001 \003(\0132\033.currencyconverter.Currency\"" +
      "(\n\010Currency\022\016\n\006symbol\030\001 \001(\t\022\014\n\004rate\030\002 \001(" +
      "\001\"*\n\030CurrencyPerSymbolRequest\022\016\n\006symbol\030" +
      "\001 \001(\t\"I\n\031CurrencyPerSymbolResponse\022,\n\007cu" +
      "rreny\030\001 \001(\0132\033.currencyconverter.Currency" +
      "\"^\n\037CalculatingCrossCurrencyRequest\022\024\n\014s" +
      "ymbol_input\030\001 \001(\t\022\025\n\rsymbol_output\030\002 \001(\t" +
      "\022\016\n\006amount\030\003 \001(\001\"B\n CalculatingCrossCurr" +
      "encyResponse\022\016\n\006symbol\030\001 \001(\t\022\016\n\006result\030\002" +
      " \001(\001\"2\n\014LoginRequest\022\020\n\010username\030\001 \001(\t\022\020" +
      "\n\010password\030\002 \001(\t\"\036\n\rLoginResponse\022\r\n\005tok" +
      "en\030\001 \001(\t2\256\003\n\021CurrencyConverter\022J\n\005Login\022" +
      "\037.currencyconverter.LoginRequest\032 .curre" +
      "ncyconverter.LoginResponse\022W\n\020ListOfCurr" +
      "encies\022\026.google.protobuf.Empty\032+.currenc" +
      "yconverter.ListOfCurrenciesResponse\022n\n\021C" +
      "urrencyPerSymbol\022+.currencyconverter.Cur" +
      "rencyPerSymbolRequest\032,.currencyconverte" +
      "r.CurrencyPerSymbolResponse\022\203\001\n\030Calculat" +
      "ingCrossCurrency\0222.currencyconverter.Cal" +
      "culatingCrossCurrencyRequest\0323.currencyc" +
      "onverter.CalculatingCrossCurrencyRespons" +
      "eB3\n\027grpc.currency.converterP\001\252\002\025GrpcCur" +
      "rencyConverterb\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.protobuf.EmptyProto.getDescriptor(),
        });
    internal_static_currencyconverter_ListOfCurrenciesResponse_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_currencyconverter_ListOfCurrenciesResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_ListOfCurrenciesResponse_descriptor,
        new java.lang.String[] { "Currencies", });
    internal_static_currencyconverter_Currency_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_currencyconverter_Currency_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_Currency_descriptor,
        new java.lang.String[] { "Symbol", "Rate", });
    internal_static_currencyconverter_CurrencyPerSymbolRequest_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_currencyconverter_CurrencyPerSymbolRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_CurrencyPerSymbolRequest_descriptor,
        new java.lang.String[] { "Symbol", });
    internal_static_currencyconverter_CurrencyPerSymbolResponse_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_currencyconverter_CurrencyPerSymbolResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_CurrencyPerSymbolResponse_descriptor,
        new java.lang.String[] { "Curreny", });
    internal_static_currencyconverter_CalculatingCrossCurrencyRequest_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_currencyconverter_CalculatingCrossCurrencyRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_CalculatingCrossCurrencyRequest_descriptor,
        new java.lang.String[] { "SymbolInput", "SymbolOutput", "Amount", });
    internal_static_currencyconverter_CalculatingCrossCurrencyResponse_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_currencyconverter_CalculatingCrossCurrencyResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_CalculatingCrossCurrencyResponse_descriptor,
        new java.lang.String[] { "Symbol", "Result", });
    internal_static_currencyconverter_LoginRequest_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_currencyconverter_LoginRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_LoginRequest_descriptor,
        new java.lang.String[] { "Username", "Password", });
    internal_static_currencyconverter_LoginResponse_descriptor =
      getDescriptor().getMessageTypes().get(7);
    internal_static_currencyconverter_LoginResponse_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_currencyconverter_LoginResponse_descriptor,
        new java.lang.String[] { "Token", });
    com.google.protobuf.EmptyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy