io.grpc.examples.helloworld.HelloReplyOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of brave-grpc Show documentation
Show all versions of brave-grpc Show documentation
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