Interface DataserviceMessages.MoveObjectsResponseOrBuilder

    • Method Detail

      • getMovedObjectsList

        List<String> getMovedObjectsList()
        repeated string movedObjects = 1;
        Returns:
        A list containing the movedObjects.
      • getMovedObjectsCount

        int getMovedObjectsCount()
        repeated string movedObjects = 1;
        Returns:
        The count of movedObjects.
      • getMovedObjects

        String getMovedObjects​(int index)
        repeated string movedObjects = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The movedObjects at the given index.
      • getMovedObjectsBytes

        com.google.protobuf.ByteString getMovedObjectsBytes​(int index)
        repeated string movedObjects = 1;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the movedObjects at the given index.
      • 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.