io.grpc.testing.protobuf.SimpleRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: io/grpc/testing/protobuf/simpleservice.proto
// Protobuf Java Version: 3.25.5
package io.grpc.testing.protobuf;
public interface SimpleRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:grpc.testing.SimpleRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* An optional string message for test.
*
*
* string requestMessage = 1;
* @return The requestMessage.
*/
java.lang.String getRequestMessage();
/**
*
* An optional string message for test.
*
*
* string requestMessage = 1;
* @return The bytes for requestMessage.
*/
com.google.protobuf.ByteString
getRequestMessageBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy