Interface LogicmoduleMessages.RegisterObjectForGCRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getBackendID()
      string backendID = 2;
      com.google.protobuf.ByteString getBackendIDBytes()
      string backendID = 2;
      CommonMessages.RegistrationInfo getRegInfo()
      .dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
      CommonMessages.RegistrationInfoOrBuilder getRegInfoOrBuilder()
      .dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
      boolean hasRegInfo()
      .dataclay.communication.grpc.common.RegistrationInfo regInfo = 1;
      • 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

      • hasRegInfo

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

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

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