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

com.grpcLib.generatedStubs.IncrementService Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: IncrementService.proto

package com.grpcLib.generatedStubs;

public final class IncrementService {
  private IncrementService() {}
  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_com_protolib_Request_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_protolib_Request_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_com_protolib_Reply_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_com_protolib_Reply_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\026IncrementService.proto\022\014com.protolib\"$" +
      "\n\007Request\022\013\n\003num\030\001 \001(\005\022\014\n\004step\030\002 \001(\005\"\031\n\005" +
      "Reply\022\020\n\010replyNum\030\001 \001(\0052E\n\010Addition\0229\n\tI" +
      "ncrement\022\025.com.protolib.Request\032\023.com.pr" +
      "otolib.Reply\"\000B\036\n\032com.grpcLib.generatedS" +
      "tubsP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_com_protolib_Request_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_com_protolib_Request_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_protolib_Request_descriptor,
        new java.lang.String[] { "Num", "Step", });
    internal_static_com_protolib_Reply_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_com_protolib_Reply_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_com_protolib_Reply_descriptor,
        new java.lang.String[] { "ReplyNum", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy