Interface SimpleResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    SimpleResponse, SimpleResponse.Builder

    public interface SimpleResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getResponseMessage()
      An optional string message for test.
      com.google.protobuf.ByteString getResponseMessageBytes()
      An optional string message for test.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getResponseMessage

        String getResponseMessage()
         An optional string message for test.
         
        string responseMessage = 1;
        Returns:
        The responseMessage.
      • getResponseMessageBytes

        com.google.protobuf.ByteString getResponseMessageBytes()
         An optional string message for test.
         
        string responseMessage = 1;
        Returns:
        The bytes for responseMessage.