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

io.grpc.examples.helloworld.HelloReplyOrBuilder Maven / Gradle / Ivy

Go to download

gRPC integration that uses the brave api to submit client and server side span information.

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: helloworld.proto

package io.grpc.examples.helloworld;

public interface HelloReplyOrBuilder extends
    // @@protoc_insertion_point(interface_extends:helloworld.HelloReply)
    com.google.protobuf.MessageOrBuilder {

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy