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

com.github.thinkerou.demo.helloworld.HelloWorldProto Maven / Gradle / Ivy

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

package com.github.thinkerou.demo.helloworld;

public final class HelloWorldProto {
  private HelloWorldProto() {}
  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_helloworld_HelloRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_helloworld_HelloRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_helloworld_HelloReply_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_helloworld_HelloReply_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_helloworld_AgainHelloRequest_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_helloworld_AgainHelloRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_helloworld_AgainHelloReply_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_helloworld_AgainHelloReply_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\020helloworld.proto\022\nhelloworld\"\034\n\014HelloR" +
      "equest\022\014\n\004name\030\001 \001(\t\"\035\n\nHelloReply\022\017\n\007me" +
      "ssage\030\001 \001(\t\"5\n\021AgainHelloRequest\022\017\n\007mess" +
      "age\030\001 \001(\t\022\017\n\007address\030\002 \001(\t\"\"\n\017AgainHello" +
      "Reply\022\017\n\007details\030\001 \001(\t2\211\003\n\007Greeter\022>\n\010Sa" +
      "yHello\022\030.helloworld.HelloRequest\032\026.hello" +
      "world.HelloReply\"\000\022M\n\rAgainSayHello\022\035.he" +
      "lloworld.AgainHelloRequest\032\033.helloworld." +
      "AgainHelloReply\"\000\022M\n\023SayHelloBiStreaming" +
      "\022\030.helloworld.HelloRequest\032\026.helloworld." +
      "HelloReply\"\000(\0010\001\022O\n\027SayHelloClientStream" +
      "ing\022\030.helloworld.HelloRequest\032\026.hellowor" +
      "ld.HelloReply\"\000(\001\022O\n\027SayHelloServerStrea" +
      "ming\022\030.helloworld.HelloRequest\032\026.hellowo" +
      "rld.HelloReply\"\0000\001B9\n$com.github.thinker" +
      "ou.demo.helloworldB\017HelloWorldProtoP\001b\006p" +
      "roto3"
    };
    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_helloworld_HelloRequest_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_helloworld_HelloRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_helloworld_HelloRequest_descriptor,
        new java.lang.String[] { "Name", });
    internal_static_helloworld_HelloReply_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_helloworld_HelloReply_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_helloworld_HelloReply_descriptor,
        new java.lang.String[] { "Message", });
    internal_static_helloworld_AgainHelloRequest_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_helloworld_AgainHelloRequest_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_helloworld_AgainHelloRequest_descriptor,
        new java.lang.String[] { "Message", "Address", });
    internal_static_helloworld_AgainHelloReply_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_helloworld_AgainHelloReply_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_helloworld_AgainHelloReply_descriptor,
        new java.lang.String[] { "Details", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy