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

net.spals.appbuilder.app.examples.grpc.sample.SampleServerV3Proto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: sample_routes_v3.proto

package net.spals.appbuilder.app.examples.grpc.sample;

public final class SampleServerV3Proto {
  private SampleServerV3Proto() {}
  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_SampleRequestV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_SampleRequestV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_SampleResponseV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_SampleResponseV3_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\026sample_routes_v3.proto\"8\n\017SampleReques" +
      "tV3\022\020\n\010intField\030\001 \001(\005\022\023\n\013stringField\030\002 \001" +
      "(\t\"9\n\020SampleResponseV3\022\020\n\010intField\030\001 \001(\005" +
      "\022\023\n\013stringField\030\002 \001(\t2G\n\017SampleServiceV3" +
      "\0224\n\013GetSampleV3\022\020.SampleRequestV3\032\021.Samp" +
      "leResponseV3\"\000BF\n-net.spals.appbuilder.a" +
      "pp.examples.grpc.sampleB\023SampleServerV3P" +
      "rotoP\001b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        }, assigner);
    internal_static_SampleRequestV3_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_SampleRequestV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_SampleRequestV3_descriptor,
        new java.lang.String[] { "IntField", "StringField", });
    internal_static_SampleResponseV3_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_SampleResponseV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_SampleResponseV3_descriptor,
        new java.lang.String[] { "IntField", "StringField", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy