Interface LogicmoduleMessages.AutoRegisterEERequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getEeHostname()
      string eeHostname = 3;
      com.google.protobuf.ByteString getEeHostnameBytes()
      string eeHostname = 3;
      String getEeName()
      string eeName = 2;
      com.google.protobuf.ByteString getEeNameBytes()
      string eeName = 2;
      int getEePort()
      int32 eePort = 4;
      String getExecutionEnvironmentID()
      string executionEnvironmentID = 1;
      com.google.protobuf.ByteString getExecutionEnvironmentIDBytes()
      string executionEnvironmentID = 1;
      CommonMessages.Langs getLang()
      .dataclay.communication.grpc.common.Langs lang = 5;
      int getLangValue()
      .dataclay.communication.grpc.common.Langs lang = 5;
      • 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

      • getExecutionEnvironmentID

        String getExecutionEnvironmentID()
        string executionEnvironmentID = 1;
        Returns:
        The executionEnvironmentID.
      • getExecutionEnvironmentIDBytes

        com.google.protobuf.ByteString getExecutionEnvironmentIDBytes()
        string executionEnvironmentID = 1;
        Returns:
        The bytes for executionEnvironmentID.
      • getEeName

        String getEeName()
        string eeName = 2;
        Returns:
        The eeName.
      • getEeNameBytes

        com.google.protobuf.ByteString getEeNameBytes()
        string eeName = 2;
        Returns:
        The bytes for eeName.
      • getEeHostname

        String getEeHostname()
        string eeHostname = 3;
        Returns:
        The eeHostname.
      • getEeHostnameBytes

        com.google.protobuf.ByteString getEeHostnameBytes()
        string eeHostname = 3;
        Returns:
        The bytes for eeHostname.
      • getEePort

        int getEePort()
        int32 eePort = 4;
        Returns:
        The eePort.
      • getLangValue

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

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