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

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

  /**
   * repeated string names = 1;
   */
  java.util.List
      getNamesList();
  /**
   * repeated string names = 1;
   */
  int getNamesCount();
  /**
   * repeated string names = 1;
   */
  java.lang.String getNames(int index);
  /**
   * repeated string names = 1;
   */
  com.google.protobuf.ByteString
      getNamesBytes(int index);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy