Package 

Interface DataLayerGrpc.MessageRequestOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasRequest() .google.protobuf.Any request = 1;
      abstract Any getRequest() .google.protobuf.Any request = 1;
      abstract String getMethod() string method = 2;
      abstract ByteString getMethodBytes() string method = 2;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • hasRequest

         abstract boolean hasRequest()

        .google.protobuf.Any request = 1;

      • getRequest

         abstract Any getRequest()

        .google.protobuf.Any request = 1;

      • getMethodBytes

         abstract ByteString getMethodBytes()

        string method = 2;