Interface LogicmoduleMessages.GetStubsResponseOrBuilder

    • Method Detail

      • getStubsCount

        int getStubsCount()
        map<string, bytes> stubs = 1;
      • containsStubs

        boolean containsStubs​(String key)
        map<string, bytes> stubs = 1;
      • getStubsMap

        Map<String,​com.google.protobuf.ByteString> getStubsMap()
        map<string, bytes> stubs = 1;
      • getStubsOrDefault

        com.google.protobuf.ByteString getStubsOrDefault​(String key,
                                                         com.google.protobuf.ByteString defaultValue)
        map<string, bytes> stubs = 1;
      • getStubsOrThrow

        com.google.protobuf.ByteString getStubsOrThrow​(String key)
        map<string, bytes> stubs = 1;
      • hasExcInfo

        boolean hasExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        Whether the excInfo field is set.
      • getExcInfo

        CommonMessages.ExceptionInfo getExcInfo()
        .dataclay.communication.grpc.common.ExceptionInfo excInfo = 2;
        Returns:
        The excInfo.