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

com.github.thinkerou.demo.helloworld.AgainHelloRequestOrBuilder 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 interface AgainHelloRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:helloworld.AgainHelloRequest)
    com.google.protobuf.MessageOrBuilder {

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

  /**
   * string address = 2;
   */
  java.lang.String getAddress();
  /**
   * string address = 2;
   */
  com.google.protobuf.ByteString
      getAddressBytes();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy