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

io.rouz.grpc.examples.chat.Chat Maven / Gradle / Ivy

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

package io.rouz.grpc.examples.chat;

public final class Chat {
  private Chat() {}
  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_io_rouz_grpc_examples_chat_ChatRoom_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_io_rouz_grpc_examples_chat_ChatRoom_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_io_rouz_grpc_examples_chat_ChatMessage_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_io_rouz_grpc_examples_chat_ChatMessage_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_io_rouz_grpc_examples_chat_ChatMessageFromService_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_io_rouz_grpc_examples_chat_ChatMessageFromService_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\nchat.proto\022\032io.rouz.grpc.examples.chat" +
      "\032\037google/protobuf/timestamp.proto\032\033googl" +
      "e/protobuf/empty.proto\"\031\n\010ChatRoom\022\r\n\005na" +
      "mes\030\001 \003(\t\",\n\013ChatMessage\022\014\n\004from\030\001 \001(\t\022\017" +
      "\n\007message\030\002 \001(\t\"\201\001\n\026ChatMessageFromServi" +
      "ce\022-\n\ttimestamp\030\001 \001(\0132\032.google.protobuf." +
      "Timestamp\0228\n\007message\030\002 \001(\0132\'.io.rouz.grp" +
      "c.examples.chat.ChatMessage2\300\001\n\013ChatServ" +
      "ice\022g\n\004Chat\022\'.io.rouz.grpc.examples.chat" +
      ".ChatMessage\0322.io.rouz.grpc.examples.cha" +
      "t.ChatMessageFromService(\0010\001\022H\n\010GetNames" +
      "\022\026.google.protobuf.Empty\032$.io.rouz.grpc." +
      "examples.chat.ChatRoomB\036\n\032io.rouz.grpc.e" +
      "xamples.chatP\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[] {
          com.google.protobuf.TimestampProto.getDescriptor(),
          com.google.protobuf.EmptyProto.getDescriptor(),
        }, assigner);
    internal_static_io_rouz_grpc_examples_chat_ChatRoom_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_io_rouz_grpc_examples_chat_ChatRoom_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_io_rouz_grpc_examples_chat_ChatRoom_descriptor,
        new java.lang.String[] { "Names", });
    internal_static_io_rouz_grpc_examples_chat_ChatMessage_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_io_rouz_grpc_examples_chat_ChatMessage_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_io_rouz_grpc_examples_chat_ChatMessage_descriptor,
        new java.lang.String[] { "From", "Message", });
    internal_static_io_rouz_grpc_examples_chat_ChatMessageFromService_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_io_rouz_grpc_examples_chat_ChatMessageFromService_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_io_rouz_grpc_examples_chat_ChatMessageFromService_descriptor,
        new java.lang.String[] { "Timestamp", "Message", });
    com.google.protobuf.TimestampProto.getDescriptor();
    com.google.protobuf.EmptyProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy