Interface LogicmoduleMessages.RegisterObjectRequestOrBuilder

    • Method Detail

      • hasRegInfo

        boolean hasRegInfo()
        .dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
        Returns:
        Whether the regInfo field is set.
      • hasBackendID

        boolean hasBackendID()
        .dataclay.communication.grpc.common.ExecutionEnvironmentID backendID = 2;
        Returns:
        Whether the backendID field is set.
      • getAlias

        String getAlias()
        string alias = 3;
        Returns:
        The alias.
      • getAliasBytes

        com.google.protobuf.ByteString getAliasBytes()
        string alias = 3;
        Returns:
        The bytes for alias.
      • getLangValue

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

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