Interface LogicmoduleMessages.RegisterObjectsRequestOrBuilder

    • Method Detail

      • getRegInfosCount

        int getRegInfosCount()
        repeated .dataclay.communication.grpc.common.RegistrationInfo regInfos = 1;
      • getBackendID

        String getBackendID()
        string backendID = 2;
        Returns:
        The backendID.
      • getBackendIDBytes

        com.google.protobuf.ByteString getBackendIDBytes()
        string backendID = 2;
        Returns:
        The bytes for backendID.
      • getLangValue

        int getLangValue()
        .dataclay.communication.grpc.common.Langs lang = 3;
        Returns:
        The enum numeric value on the wire for lang.
      • getLang

        CommonMessages.Langs getLang()
        .dataclay.communication.grpc.common.Langs lang = 3;
        Returns:
        The lang.