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

io.grpc.testing.protobuf.SimpleRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.68.1
Show newest version
// 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