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

io.rouz.grpc.examples.chat.ChatMessageOrBuilder 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 interface ChatMessageOrBuilder extends
    // @@protoc_insertion_point(interface_extends:io.rouz.grpc.examples.chat.ChatMessage)
    com.google.protobuf.MessageOrBuilder {

  /**
   * string from = 1;
   */
  java.lang.String getFrom();
  /**
   * string from = 1;
   */
  com.google.protobuf.ByteString
      getFromBytes();

  /**
   * string message = 2;
   */
  java.lang.String getMessage();
  /**
   * string message = 2;
   */
  com.google.protobuf.ByteString
      getMessageBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy